@section('styles') @endsection @section('title') My Account Dashboard @endsection {{ __('Account Activation Form') }}
@csrf
@if (session('alert'))
{!! session()->get('title') !!} {!! session()->get('alert') !!}
@endif @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Choose Account Type


Personal Information

Fill all the form with valid details Help Page.

Upload Files

If you need more info, please check out Help Page.
Allowed file types: png, jpg, jpeg.

@section('scripts') @endsection