{{ __('taxi.sign_up_drivers_slogan')}}

{{ __('taxi.sign_up_drivers_slogan_description')}}

{{ __('taxi.view_pricing')}} | {{ __('taxi.fr_as_qu')}}

{{ __('taxi.signup')}}

@if (session('status')) @endif
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('name_owner'))

{{ $errors->first('name_owner') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif

@if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif