@extends('customer.layouts.app') @push('stylesheets') @endpush @push('topnav') Applicant Supplier Details Upload List of Document for Supplier's PIV 2 Year - {{ $application->year }} @endpush @section('content')
 
Application Number: {{ $application->application_no }}Supplier Id: {{ $supplier->supplier_id }}{{ $supplier->supplier_name }}
{{-- --}}
ExportBack
@csrf @if (count($supplierPivs) > 0) @foreach ($supplierPivs 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 + $supplierPivs->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
{{ $supplierPivs->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts')