@extends('customer.layouts.app') @push('stylesheets') @endpush @push('topnav') Applicant Details Upload List of Document for Applicant - PIV 1 Year - {{ $application->year }} @endpush @section('content')
 
Application Number: {{ $application->application_no }}
ExportUpload List of Documents for TCA 1Back
@csrf @if (count($pivs) > 0) @foreach ($pivs as $index => $p) @endforeach @endif
S.No Control / Document No Index Reference No Description of the file Date Version Upload View Download Submit Resubmit History Action
@if ($draft) View Draft File @endif {{-- --}}
{{ $index + $pivs->firstItem() }} {{-- {{ $p->parent_id }} --}} {{ $p->document_no }} {{ $p->index_reference_no }} {{ $p->desc_of_file }} {{ \Carbon\Carbon::parse($p->date)->format('d-M-Y') }} v{{ $p->version }} View File Download File @if ($p->version > 1)
Download All @endif
Resubmit History Edit
{{ $pivs->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts')