Hello {{ Auth::user()->name }}!

Experience a simple yet powerful way to manage your personal information on your dashboard.

header header header header header header
@if (Auth::user()->status == 'unverified')

Verify Your Account

@if (Auth::user()->kyc != null) @else @endif
@endif
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')