Item Detail
@php $items = 0; @endphp
@foreach($input as $key => $inputField)
@php $items++ @endphp
@endforeach
Supporting Document
@foreach($inputFile as $key => $inputField)
@endforeach
@if( !empty(count($grnFileList)) )
Selected Document List
| Document |
Date |
Action |
@foreach ($grnFileList as $docRec)
|
{{$docRec->created_at}} |
@endforeach
@endif