{{--
{{env('APP_NAME')}}
@include('include.sidebar')
--}}
@include('include.topbar') @yield('content') @include('include.adminfooter')
Select Your Country
{{--
Argentina
Australia
Bangladesh
Canada
(English)
Centrafricaine
China
France
Germany
Iran
Italy
México
Philippines
Portugal
South Africa
Spain
Switzerland
United Kingdom
United State
--}}
Update Profile
Personal
Address
@csrf
Full Name
Phone Number
Date of Birth
Update Profile
Cancel
@csrf
Pin Code
Post office
City/Town
District
State
Country
Address
{{getUser()->address ?? ''}}
Update Address
Cancel
Update Document Details
Document Details
@csrf
User profile Picture
@php $one = 0; @endphp @if(getUser()->user_kyc->aadhar_front_image) @php $one = 1; @endphp @endif @if(getUser()->profile_image)
@php $one = 1; @endphp @else @if ($one==1)
@endif @endif
Aadhar front image
@if(getUser()->user_kyc->aadhar_front_image)
@else @if ($one==1)
@endif @endif
Aadhar back image
@php $one = 0; @endphp @if(getUser()->user_kyc->pan_image) @php $one = 1; @endphp @endif @if(getUser()->user_kyc->aadhar_back_image)
@php $one = 1; @endphp @else @if ($one==1)
@endif @endif
PAN card image
@if(getUser()->user_kyc->pan_image)
@else @if ($one==1)
@endif @endif
PAN number
Adhar Number
Update Profile
Cancel
@include('include.modal')