@can('delete', App\Product::class)
|
@endcan
{{$loop->iteration}} |
{{$specification_type->name}} |
{{$specification_type->created_at}} |
@if((Auth::user()->can('update', App\Product::class)) || (Auth::user()->can('delete', App\Product::class)))
@can('update', App\Product::class)
@endcan
@can('delete', App\Product::class)
@endcan
|
@endif
@endforeach
@endif