@can('user-create') Add product @endcan

Products

@foreach($products as $product) @endforeach
Image Title Category SubCategory Created At Action
@if(helper::prod_img_default($product->id)->img !== "null") @endif
{{$product->title}}
{{$product->SubCategory->Category->title}}
{{$product->SubCategory->title}}
{{ Carbon\Carbon::parse($product->modified_at)->format('d M Y') }}