@include('web.controllers.header')
@foreach($product->images as $image)
@endforeach
@foreach($product->images as $image)
@endforeach

{{$product->title}}

{{$product->category->name[\App::getLocale()]}} - {{$product->country->name[\App::getLocale()]}} {{getProductRate($product->id)}}

{{$product->description}}

@lang('site.Product Owner')
  • @lang('site.Name:') {{$product->user->username}}
@lang('site.Product Details')
  • @lang('site.Year'): {{$product->year}}

  • @lang('site.Shape'): {{$product->shape}}
  • @lang('site.Size'): {{$product->size}}
  • @lang('site.Type'): {{$product->type}}
@if($product->contact_type == 'chat' || $product->contact_type == 'both') @endif @if(\Auth::check()) @endif @if($product->contact_type == 'phone' || $product->contact_type == 'both') @endif @if(\Auth::check()) @endif @if(\Auth::check() && $product->user_id == \Auth::user()->id) @endif @if(\Auth::check()) @endif
{{csrf_field()}}
@foreach($product->comments as $comment)
@endforeach
@include('web.controllers.footer')