@section('title') Content Settings @endsection @section('breadcrumbs') {{ Breadcrumbs::render('content-settings.featured-products.show', $product->id) }} @endsection
{{ __('View Featured Products') }}
{{ $product->product_name ?? '-' }}
{{ $product->listing_number ?? '-' }}
{{ $product->company_name ?? '-' }}
{{ $product->priority ?? '-' }}
@if ($product->status == 1) {{ 'Active' }} @else {{ 'Not Active' }} @endif
@section('scripts') @endsection