@section('title', "Lead")
{{ __('crm.lead_source_list') }}
@if (!empty($source_list)) @foreach ($source_list as $key => $source) @endforeach @endif
{{ __('common.sl_no') }} {{ __('crm.source_name') }} {{ __('crm.sort_order') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $source->source_name }}
status == '1' ? 'checked' : '' }} data-id="{{ $source->source_id }}" id="customSwitch{{ $source->source_id }}">
@push('scripts') @endpush