@extends('dashboard.user.layouts.master') @section('content')

My account

@if ($user->is_account_verified == 0)
@include('dashboard.user.partials.balance_and_currency') @include('dashboard.user.partials.menu')
Please upload ID

Please upload a valid ID in the fields provided, valid identity cards includes driver's licence, visas and national identities

@include('partials.validation_message')
No ID found
@csrf
No ID found
@csrf
REQUEST FOR VALIDATION
@else
@include('partials.validation_message')
@include('dashboard.user.partials.balance_and_currency') @include('dashboard.user.partials.menu')
@if ($user->image != null) No image uploaded @else No image uploaded @endif
@csrf
Account Name:
{{ $user->first_name . ' ' . $user->last_name }}
Email:
Address
Nationality
Gender
Date of Birth
1970-01-01
Professional Status
Marital Status
Account state: @foreach ($accountStates as $accountState) @if ($user->account_state == $accountState->value) {{ $accountState->name }} @endif @endforeach
@include('dashboard.user.partials.personal_account_details')
@endif
@endsection