Product Detail

{{ optional($products)->name ?? '404 Not Found' }}

{{ optional($products)->name ?? '404 Not Found' }}

{!! $products->description ?? 'Default Title' !!}

{!! $products->sub_description ?? 'Default Title' !!}

follow me
@endsection