@section('title', "Settings")
{{ __('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 }}">
{{ __('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 }}">
{{ __('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 }}">
{{ __('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 }}">
{{ __('crm.tags') }}
{{ __('crm.add_tags') }}
@if (!empty($tag_list)) @foreach ($tag_list as $key => $tag) @endforeach @endif
{{ __('common.sl_no') }} {{ __('crm.tags_name') }} {{ __('crm.tags_color') }} {{ __('crm.sort_order') }} {{ __('common.status') }} {{ __('common.action') }}
{{ $key + 1 }} {{ $tag->tags_name }} {{ $tag->tags_color }}
status == '1' ? 'checked' : '' }} data-id="{{ $tag->tags_id }}" id="customSwitches{{ $tag->tags_id }}">
@push('scripts') @endpush