@extends('layouts.public') @section('content') @php($type = $product->product_type ?? 'type2')
@if($type === 'type1') @elseif($type === 'type3') @else @endif
@endsection