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

Uploaded Document List

@foreach($getuserdata as $photo) @endforeach
Sr. Document Type File Status Comment
{{ $loop->index+1 }} @if($photo->doctype == 'poa') proof of address @elseif($photo->doctype == 'poi') proof of identity @elseif($photo->doctype == 'ccscan') bank statement @elseif($photo->doctype == 'onrequest') onrequest @endif @if($photo->extension == 'docx' || $photo->extension == 'pdf') View Document @else @endif @if($photo->status == 0) @else @endif {{ $photo->comment }}
@endsection