{{-- --}}
@include('modals.superAdmin.item.tax.addtax') @include('modals.superAdmin.item.tax.edittax')
{{-- --}} @if (count($taxes) > 0) @foreach ($taxes as $key => $tax) {{-- --}} @endforeach @else @endif
S.No Name PercentageStatusAction
{{ $taxes->firstitem() + $key }} {{ $tax->name }} {{ $tax->percentage }} %
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $tax->id }}" wire:click="updateStatus($event.target.checked,'{{ $tax->id }}')">
{{-- --}}

No Record Found

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