@push('title') Brands @endpush @can('create_brand_management')
@endcan
Brands
Reset
@forelse($brands as $brand) @empty @endforelse
Icon Name Status Items Created By Updated By Action
@if($brand->icon) {{ $brand->name }} @else {{ $brand->name }} @endif {{ $brand->name }} @switch($brand->status ) @case(1) Active @break @case(0) Inactive @break @endswitch {{ $brand->products_count }} {{ $brand->createdBy->name ?? 'N/A' }} {{ $brand->updatedBy->name ?? 'N/A' }} @can('update_brand_management') @endcan @can('delete_brand_management') @endcan
No brands found
{{ $brands->withQueryString()->links() }}