@extends('user.layouts.main') @section('contents')

Change details

@csrf @method('PUT')
User Image
User Image
@error('name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('phone') {{$message}} @enderror
@error('address') {{$message}} @enderror

Document Verification

Upload your Ghana Card, Driver’s License, or Passport (PDF or image). @error('verification_document') {{ $message }} @enderror
Upload a full-sized photo of yourself holding your Ghana Card, Passport, or Driver’s License. @error('full_photo') {{ $message }} @enderror

Change password

@csrf @method('PUT')
@error('password') {{$message}} @enderror
@error('password_confirmation') {{$message}} @enderror

Delete Account

Before you proceed:
Deleting your account will deactivate it immediately, but your data will be permanently removed after 30 days.

You may restore your account within these 30 days by simply logging in and canceling the deletion request. After 30 days, your account cannot be recovered.
@endsection @push('scripts') @endpush