*@if(session()->has('mobile_used')) ( {{__('messages.mobile used from anther customer')}} )@endif
{{--
* - {{ __('messages.Please Check the name translation') }}
--}}
nationality_id
@foreach (\App\Models\Nationality::all() as $nationality)
@if (app()->getLocale() == 'ar')
@else
@endif
@endforeach
{{--
branch_id
@foreach(\App\Models\Branch::all() as $branch)
@endforeach
--}}
account_source_id
@foreach (\App\Models\AccountSource::all() as $accountSource)
@endforeach
{{-- @if (auth()->user()->can("edit customer open by"))
opened_by
@foreach (\App\Models\User::all() as $user)
@endforeach
@endif --}}
main_how_id
how_changed()
{{ __('messages.Hows') }}
@foreach (\App\Models\How::whereNull('how_id')->get() as $how)
@endforeach
@if ($hows->count() > 0)
how_id
{{ __('messages.Hows') }}
@foreach ($hows as $how)
@endforeach
@endif