@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)
@endif