@extends('admin.layouts.app') @push('stylesheets') {{-- --}} @endpush @push('topnav') Applicant: {{ $user->compay_name ?? $user->name }} List of Documents for Suppliers - TCA 2 Year - {{ $application->year }} @endpush @section('content')
 
Application Number: {{ $application->application_no }}Supplier Id: {{ $supplier->supplier_id }}{{ $supplier->supplier_name }}
{{-- --}}
Back
@csrf @can('download') @endcan @can('edit') @endcan @if (count($supplierPivs) > 0) @foreach ($supplierPivs as $index => $p) @can('download') @endcan @can('edit') @endcan @endforeach @endif
S.No Control / Document No Index Reference No Description of the file Date Version ViewDownloadHistoryAction
{{ $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
History Edit
{{ $supplierPivs->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts') {{-- --}}