@extends('layouts.app') @section('content')

{{__('Brand List')}}

@hasPermission('shop.brand.create') @endhasPermission
{{__('Brands')}}
@hasPermission('shop.brand.toggle') @endhasPermission @hasPermission('shop.brand.edit') @endhasPermission @forelse($brands as $key => $brand) @php $serial = $brands->firstItem() + $key; @endphp @hasPermission('shop.brand.toggle') @endhasPermission @hasPermission('shop.brand.edit') @endhasPermission @empty @endforelse
{{_('SL') }} {{ __('Name') }}{{ __('Status') }}{{ __('Action') }}
{{ $serial }} {{ $brand->name }}
{{ __('No Data Found') }}
{{ $brands->withQueryString()->links() }}
@csrf
@csrf @method('PUT')
@endsection @push('scripts') @endpush