@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')
@widget('ListCategoriesMenu')
@widget('Sidebar\BlockBanner')
@if (isDesktop())

{{ $product->title }}

@if ($product->offer)

{!! __('The price') !!} {!! $product->price !!}

{!! $product->offer !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}

@else {!! __('The price') !!} {!! $product->price !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!} @endif @if ($product->stock > 0)

{!! __('Availability now') !!}

@else

{!! __('Not available now') !!}

@endif

{!! __('Specification') !!}

{!! @$product->content !!}
New
{{ $product->title }}
@else

{{ $product->title }}

New
{{ $product->title }}
@if ($product->offer)

{!! $product->price !!}

{!! $product->offer !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}

@else
{!! $product->price !!} {!! __('EGP') !!}
{!! optional($product->unit)->title !!}
@endif
{!! @$product->content !!}
{!! @$product->technical ?? @$product->content !!}
{!! csrf_field() !!}
@endif
{!! removeEmptyParagraph($product->technical) !!}

{!! __('Be the first to comment') !!}

{{ Widget::run('PageShareButtons', ['url' => Route('go.link',[@$product->id]) ] ) }}
@widget('RelatedProducts',['cat_id' => $product->category_id])
@widget('BlockMostBought')
@widget('MostPopularMarket',['cat_id' => $product->category_id])
@widget('MostPopularFood')
@endsection @section('scripts') @endsection