@section('title', "Lead")
{{ __('crm.lead_status_list') }}
{{ __('crm.add_lead_status') }}
@if (!empty($status_list)) @foreach ($status_list as $key => $status) @endforeach @endif
{{ __('common.sl_no') }} {{ __('crm.status_name') }} {{ __('crm.status_color') }} {{ __('crm.sort_order') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $status->status_name }}
status == '1' ? 'checked' : '' }} data-id="{{ $status->status_id }}" id="customSwitcs{{ $status->status_id }}">
@push('scripts') @endpush