@extends('customer.layouts.app') @push('stylesheets') {{-- --}} @endpush @push('topnav') Techno Commercial Audit 2 Username: {{ auth::user()->name }} Year - {{ $application->year }} @endpush @section('content')

{{-- --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf @if (count($supplierTcas) > 0) @foreach ($supplierTcas as $index => $p) @endforeach @endif
S.No Control / Document No Index Reference No Description of the file Date Version Upload View Submit Resubmit History
@if($draft) View Draft File @endif {{-- --}}
{{ $index + $supplierTcas->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 Resubmit History
@endsection @push('scripts') {{-- --}}