@include('modals.superAdmin.employee.add-employee') @include('modals.superAdmin.employee.edit-employee') @include('modals.superAdmin.employee.change-password') @include('modals.superAdmin.employee.view-employee')
@if(count($employee)>0) @foreach($employee as $key => $employees) @endforeach @else @endif
S.No Name Email Location Type status Action
{{$employee->firstitem() + $key}} {{$employees->name}} {{$employees->email}} {{$employees->kitchen->name}} {{$employees->type}}
status == 'active' ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $employees->id }}" wire:click="updateStatus($event.target.checked,'{{ $employees->id }}')">
{{-- --}} ...

No Record Found

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