@extends('customer.layouts.app') @push('stylesheets') @endpush @push('topnav') Applicant Details Upload List of Document for Applicant - TCA 1 Year - {{ $application->year }} @endpush @section('content')
{{-- --}}  
Application Number: {{ $application->application_no }}
ExportBack
@csrf @if (count($tcas) > 0) @foreach ($tcas 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
@if ($draft) View Draft File @endif {{-- --}}
{{ $index + $tcas->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
{{ $tcas->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts')