| {{ __('common.name') }} | {{ __('product.brand') }} | {{ __('product.thumbnail') }} | {{ __('product.created_at') }} | |
|---|---|---|---|---|
| {{ $item->product_name }} | {{ @$item->brand->name }} |
|
{{ date(app('general_setting')->dateFormat->format, strtotime($item->created_at)) }} |