@section('title', __('auth/register.Register')) @push('style') @endpush @push('script') @endpush @lang('auth/register.BACK TO HOME PAGE') @lang('auth/register.Register') @csrf @lang('auth/register.First Name')* @error('first_name'){{ $message }}@enderror @lang('auth/register.Last Name')* @error('last_name'){{ $message }}@enderror @lang('auth/register.Email')* @error('email'){{ $message }}@enderror @lang('auth/register.Phone Number')* @foreach($countries as $country) id || (!old('country_code_id') && $country->country_code == '965')) selected @endif>{{$country->short_name}} (+{{$country->country_code}}) @endforeach @error('country_code_id'){{ $message }}@enderror @error('phone'){{ $message }}@enderror @lang('auth/register.Password')* @error('password'){{ $message }}@enderror @lang('auth/register.Confirm Password')* @error('cpassword'){{ $message }}@enderror @lang('auth/register.Field with') * @lang('auth/register.are mandatory') @lang('auth/register.Register') @lang('auth/register.Already have an account?') @lang('auth/register.Login')