@if(!empty($action)) @if($action == "doument_instruction") @php $download_link = @$download_template_link; $doc_desc = @$doc_desc; $allowed_extensions = @$allowed_extensions; $upload_file_size = @$upload_file_size; @endphp
Uploaded On | Document Status | Reject Reason | Download | @if(config('common.app_interface') == 'admin' && $is_itn_user == 0)Action | @endif
---|---|---|---|---|
{{ dateformat($document['document_uploaded'],'d M, Y') }} |
@if(in_array($document['document_status'],array(2,4)))
{{ $document['document_status_name'] }}
@elseif(in_array($document['document_status'],array(3,5)) )
{{ $document['document_status_name'] }}
@else
{{ $document['document_status_name'] }}
@endif
@if(!empty($document['document_status_date']) && (!empty($document['document_status'])))
{{ dateformat($document['document_status_date'],'d M, Y') }} @endif |
{!! $document['document_reject_reason'] !!} |
@if(!empty($document['document_download_link']))
@if(array_key_exists('document_download_code', $document))
@php
$dcode = encrypt([
'dcode' => $document['document_download_code'],
'doc_filename' => $document['document_filename']
]);
@endphp
![]() ![]() |
@if(config('common.app_interface') == 'admin' && $is_itn_user == 0)
Delete | @endif
No Records Found! |