@extends('layouts.user') @section('title') Account Settings @endsection @section('content')
{{ auth()->user()->username }}

{{ auth()->user()->email }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Personal Information :
@csrf
  • Uploaded file must not be more than 4mb
Submit a clear photo of yourself
Valid ID :
Kindly submit a clear photo of the front and back page of any valid document you select below
  • Uploaded file must not be more than 4mb
  • Uploaded file must not be more than 4mb
@endsection