@include('modals.superAdmin.setting.brand.addbrand') @include('modals.superAdmin.setting.brand.editbrand') @include('modals.superAdmin.setting.brand.viewbrand')
@if (count($brands) > 0) @foreach ($brands as $key => $brand) @endforeach @else @endif
S.No Name Status Action
{{ $brands->firstitem() + $key }} {{ $brand->name }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $brand->id }}" wire:click="updateStatus($event.target.checked,'{{ $brand->id }}')">
 

No Record Found

@if ($brands ) {{ $brands->links('vendor.livewire.bootstrap') }} @endif