@section('title','Edit Customer') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush {{-- Content --}} @csrf @lang(' First Name') * @error('first_name'){{ $message }}@enderror @lang(' Last Name') * @error('last_name'){{ $message }}@enderror @lang(' Email') @error('email'){{ $message }}@enderror @lang('Country Code') @foreach($countries as $country) country_code_id) == $country->id) ? "selected" :""}}> +{{$country->country_code}} @endforeach @error('country_code_id'){{ $message }}@enderror @lang('Phone') * @error('phone'){{ $message }}@enderror @lang('Country') * @foreach($countries as $country) country_id)==$country->id || (!old('country_id', $customer->country_id) && $country->country_code == '965')) selected @endif>{{$country->short_name}} @endforeach @error('country_id'){{ $message }}@enderror @lang('Nationality') * @foreach($countries as $country) nationality)==$country->id || (!old('nationality', $customer->nationality) && $country->country_code == '965')) selected @endif>{{$country->short_name}} @endforeach @error('nationality'){{ $message }}@enderror {{old('address', $customer->address)}} Address @lang('Status')* status ? "checked" : ""}} /> Active status ? "checked" : ""}} /> Inactive Submit send refresh @lang('Reset')