@foreach ($products as $item) @endforeach
@lang('trans.product') @lang('trans.price') @lang('trans.count')
{{ $item->product['title_' . app()->getlocale()] }} {{ $item['price'] }} {{ $item['count'] }}