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

No Record Found

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