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

No Record Found

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