@php /* $layout_page = product_detail $product: no paginate $productRelation: no paginate */ @endphp @extends($sc_templatePath.'.layout') {{-- block_main --}} @section('block_main') @php $countItem = 0 @endphp
{{ csrf_field() }}

{{ $product->name }}

{{-- Go to store --}} @if (sc_config_global('MultiStorePro') && config('app.storeId') == 1) @endif {{-- End go to store --}}

  {{$product->user->city}}

{{-- Show price --}}
{!! $product->showPriceDetail() !!}
{{--// Show price --}}
{!! $product->price_description !!}


{{-- date available --}} @if (sc_config('product_available') && $product->date_available >= date('Y-m-d H:i:s'))
{{ trans('product.date_available') }}: {{ $product->date_available }}
@endif {{--// date available --}} {{-- Category info --}} {{ trans('product.category') }}: @foreach ($product->categories as $category) {{ $category->getTitle() }}, @endforeach {{--// Category info --}}
{{-- Social --}}
Share
{{--// Social --}}

Select Your Budget

@csrf

Connect Now

To Get
best price for this vendor



@if ($product->images->count()) @php $countItem = 1 + $product->images->count(); @endphp @foreach ($product->images as $key=>$image) @endforeach @endif


@if ($productRelation->count()) @endif @endsection {{-- block_main --}} {{-- breadcrumb --}} @section('breadcrumb') @php $bannerBreadcrumb = $modelBanner->start()->getBreadcrumb()->getData()->first(); @endphp @endsection {{-- //breadcrumb --}} @push('styles') {{-- Your css style --}} @endpush @push('scripts') {{-- Your scripts --}} @endpush