@section('title', "Lead")
{{ __('crm.lead_group_list') }}
{{ __('crm.add_lead_group') }}
@if (!empty($industry_list)) @foreach ($industry_list as $key => $industry) @endforeach @endif
{{ __('common.sl_no') }} {{ __('crm.group_name') }} {{ __('crm.sort_order') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $industry->group_name }}
status == '1' ? 'checked' : '' }} data-id="{{ $industry->id }}" id="customSwitchss{{ $industry->id }}">
@push('scripts') @endpush