@if ( auth()->user()->can("edit customer all profile" ))
@else
@endif
@if ( auth()->user()->can("edit customer all profile" ))
@else
@endif
@if ( auth()->user()->can("edit customer all profile" ))
@else
@endif
@if ( auth()->user()->can("edit customer all profile" ))
@else
@endif
@if ( auth()->user()->can("edit customer all profile" ))
@else
@endif
edit_corporate_id
@foreach(\App\Models\Corporate::orderBy("name_en")->get() as $corporate)
@endforeach
edit_nationality_id
@foreach(\App\Models\Nationality::orderBy("name_en")->get() as $nationality)
@if(app()->getLocale() == "ar")
@else
@endif
@endforeach
main_lead_source_id
lead_source_changed()
{{__('messages.Lead Source')}}
@foreach(\App\Models\LeadSource::whereNull("lead_source_id")->orderBy("name")->get() as $lead_source)
@endforeach
@if ($lead_sources->count()>0 || $lead_source_id)
lead_source_id
{{__('messages.Lead Source')}}
@foreach($lead_sources as $lead_source)
@endforeach
@endif
{{--
main_how_id
how_changed()
{{__('messages.Hows')}}
@foreach(\App\Models\How::whereNull("how_id")->orderBy("name")->get() as $how)
@endforeach
@if ($hows->count()>0 || $how_id)
how_id
{{__('messages.Hows')}}
@foreach($hows as $how)
@endforeach
@endif --}}
{{--
edit_account_source_id
@foreach(\App\Models\AccountSource::orderBy("name")->get() as $accountSource)
@endforeach
--}}
@if (auth()->user()->can("edit customer owner"))
edit_last_follow_up_by
@foreach($last_follow_up_by_list as $user)
@endforeach
@endif