@extends('layouts.admin') @section('content')
{{ $fname }}
({{ strtolower(pathinfo($fname, PATHINFO_EXTENSION)) }})
@else
{{ $fname }}
({{ strtolower(pathinfo($fname, PATHINFO_EXTENSION)) }})
@endif
@if (auth()->user()->role == 'accounts' && in_array($doc->status, ['pending', 'reupload']))
@else
No documents uploaded yet.
@endif