@lang('View Specification Types')
@can('delete', App\Product::class) {{csrf_field()}}
@endcan
@lang('Advanced Search')
@can('delete', App\Product::class) @endcan @if((Auth::user()->can('update', App\Product::class)) || (Auth::user()->can('delete', App\Product::class))) @endif @if($specification_types) @foreach($specification_types as $specification_type) @can('delete', App\Product::class) @endcan @if((Auth::user()->can('update', App\Product::class)) || (Auth::user()->can('delete', App\Product::class))) @endif @endforeach @endif
@lang('ID') @lang('Name') @lang('Created')@lang('Action')
{{$loop->iteration}} {{$specification_type->name}} {{$specification_type->created_at}} @can('update', App\Product::class) @endcan   @can('delete', App\Product::class) @endcan