@section('title', "Lead")
{{ __('crm.lead_agent') }}
{{ __('crm.add_lead_agent') }}
@if (!empty($agent_list)) @foreach ($agent_list as $key => $agent) @endforeach @endif
{{ __('common.sl_no') }} {{ __('crm.agent_name') }} {{ __('crm.communication_id') }} {{ __('crm.user_name') }} {{ __('crm.sort_order') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $agent->agent_name }} {{ $agent->communication_id }} @if (!empty($agent->crm_user->staff_name)) {{ $agent->crm_user->staff_name ?? '' }} @endif
status == '1' ? 'checked' : '' }} data-id="{{ $agent->agent_id }}" id="customSwitchs{{ $agent->agent_id }}">
@push('scripts') @endpush