@can('brand_delete') @if ($this->selected) @endif @endcan @if ($this->selectedCount)

{{ $this->selectedCount }} {{ __('Entries selected') }}

@endif
{{ __('Name') }} {{ __('Description') }} {{ __('Actions') }} @forelse($brands as $brand) {{ $brand->name }} {{ Str::limit($brand->description, 50, '...') }}
@can('brand_update') @endcan @can('brand_delete') @endcan
@empty {{ __('No entries found.') }} @endforelse
{{ $brands->links() }}
@livewire('brands.edit', ['brand' => $brand])
{{ __('Import Excel') }} {{ __('Download Sample') }}
{{ __('Import') }}
@push('scripts') @endpush