@extends('dashboard.user.layouts.master') @section('content')
@include('dashboard.user.partials.balance_and_currency') @include('dashboard.user.partials.menu')
@include('partials.email_message')
@csrf
@include('partials.validation_message')

User email verification

Please enter the confirmation code sent via email, to complete your registration process

@endsection