Manufacturers Manufacturers
@can('manufacturer.create') @endcan
@foreach($manufacturers as $manufacturer) @endforeach
Sr No Name Action
{{ $loop->iteration }} {{ $manufacturer->name }} @can('manufacturer.edit') @endcan @can('manufacturer.delete') @endcan