@can('user-create')
Add product
@endcan
Products
Image | Title | Category | SubCategory | Created At | Action |
@if(helper::prod_img_default($product->id)->img !== "null")
|
{{$product->title}}
|
{{$product->SubCategory->Category->title}}
|
{{$product->SubCategory->title}}
|
{{ Carbon\Carbon::parse($product->modified_at)->format('d M Y') }}
|
@can('role-edit')
Edit
@endcan
|
@endforeach
---|