@php //Determine form/input display $show_form = 0; $hire = 0; $buy = 0; //Get necessary details from Product or Product Category if(isset($post->post)) { $prod = $post->post; $taxes = $post->taxonomies; } elseif (isset($tax->category)) { $prod = $tax->category; } @endphp @if($show_form)
@if ( ($errors->any()) && (old('form_type') == 'product') )
@endif {{ csrf_field() }}
@if ($errors->has('email')) @endif
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
@endif