@foreach ($products as $key => $item) @endforeach
{{ __('common.name') }} {{ __('product.brand') }} {{ __('product.thumbnail') }} {{ __('product.created_at') }}
{{ $item->product_name }} {{ @$item->brand->name }}
{{ $item->product_name }}
{{ date(app('general_setting')->dateFormat->format, strtotime($item->created_at)) }}
{!! $products->links() !!}