@extends('web.layout.app') @section('content')
@foreach($product->images as $image) @endforeach
@foreach($product->images as $image) @endforeach

{{$product->getTranslation('description')}}

  • {{translate('Categories')}}: {{$product->category->getTranslation('name')}}
  • {{translate('Share')}}:
@foreach($products as $p) @endforeach
@endsection