Materials @if(Gate::check('design:create') || Gate::check('style:create')) @endif
@if(!$hideFilters)
@error('search') {{ $message }} @enderror
@endif
@if (Session::get('message')) @endif @if($errors->all()) @endif
@foreach($materials as $material) @endforeach
ID Material
{{ $material->id }} {{ $material->material }} @can('style:update') @endcan
{{ $materials->links() }}