@extends('front.layouts.master') @section('title', __('taxido::front.register')) @section('content') {{ __('taxido::front.create_account') }} {{ __('taxido::front.sign_up_minutes') }} @csrf @error('name') {{ $message }} @enderror @error('email') {{ $message }} @enderror {{-- {{ __('taxido::front.phone_number') }} --}} @foreach (getCountryCodes() as $option) calling_code == old('country_code', $rider?->country_code ?? '1'))> {{ $option->calling_code }} @endforeach @error('phone') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('password_confirmation') {{ $message }} @enderror {{ __('taxido::front.sign_up') }} {{ __('taxido::front.or') }} {{ __('taxido::front.already_have_account') }} {{ __('taxido::front.sign_in') }} @endsection @push('scripts') @endpush