@if($permissions['can_view'] || $permissions['can_edit'] || $permissions['can_delete']) @endif @foreach($brands as $brand) @endforeach
ID Name Logo Created At Updated AtAction
{{$brand->id}} {{$brand->name}} @if(!empty($brand->logo)) img @endif {{$brand->created_at}} {{$brand->updated_at}}