@extends('layouts.app') @section('content')

Current Document Details

Document Type

{{ ucfirst(str_replace('_', ' ', $document->type)) }}

Description

{{ $document->description }}

Submitted On

{{ $document->created_at->format('M d, Y') }}

Status

@if($document->is_verified) Approved @elseif($document->rejection_reason) Rejected @else Pending Review @endif

@if($document->rejection_reason)

Rejection Reason: {{ $document->rejection_reason }}

@endif
@csrf @method('PUT')
@error('description')

{{ $message }}

@enderror

or drag and drop

JPG, PNG, or PDF up to 5MB

@error('document')

{{ $message }}

@enderror

Important: Replacing this document will reset its verification status. Your account will need to be re-verified by an administrator.

Cancel
@endsection