@extends('layouts.main') @section('title', 'Nomadic-Sign up') @section('content')

{{__('Sign up')}}

@if (session('error'))
{{session('error')}}
@endif
@csrf
{{__('By clicking Sign Up, you are indicating that you have read and acknowledge the')}} {{__('Terms of Service')}} {{__('and')}} {{__('Privacy Policy')}}.
{{__('By continue your mobile number, you agree to receive SMS for verification.')}}
{{__('Already have an account?')}} {{__('Sign in')}}
@endsection @section('footer_scripts') @endsection