@foreach ($products as $key => $item) {{ $item->product_name }} {{ @$item->brand->name }}
{{ $item->product_name }}
{{ date(app('general_setting')->dateFormat->format, strtotime($item->created_at)) }} @endforeach