@lang('Advanced Search')
@can('delete', App\Brand::class)
@endcan
@if((Auth::user()->can('update', App\Brand::class)) || (Auth::user()->can('delete', App\Brand::class)))
@endif
@if($brands)
@foreach($brands as $brand)
@can('delete', App\Brand::class)
@endcan
@if((Auth::user()->can('update', App\Brand::class)) || (Auth::user()->can('delete', App\Brand::class)))
@endif
@endforeach
@endif