@extends('frontend.layouts.main2') {{ translate('Humsafar - New Account') }} @section('content')
system_logo banner image @auth

{{ Auth::user()->name }} | Logout

@else

{{ translate('Do you have an account?') }}' {{ translate('Log in') }}

@endauth
06

{{ $registrations->profile }}

{{ translate('New Account') }}
@csrf

{{ translate('Which email can we contact you on?') }}'

@error('email')
{{ $message }}
@enderror

{{ translate('Password') }} *

@error('password')
{{ $message }}
@enderror

{{ translate('Repeat Password ') }}*

@error('password_confirmation')
{{ $message }}
@enderror
{{ translate('Back') }}
@endsection