@extends('admin.layouts.app') @push('stylesheets') @endpush @push('topnav') Applicant: {{ $user->compay_name ?? $user->name }} View List of Application Year - {{ $year }} @endpush @section('content')
 
Back
@csrf @can('edit') @endcan @if (count($applications) > 0) @foreach ($applications as $index => $a) @can('edit') @endcan @endforeach @endif
S.No Name of Eligible AAT Product Variant PLI Product Code Estimated DVA% Status of AAT Application Date of Filling Application Number

(PIV 1 -

TCA 1)

Product Spec Address Supplier

(PIV 2 -

TCA 2)

Action
{{ $index + $applications->firstItem() }} {{ $a->name_aat_product }} {{ $a->variant }} {{ $a->pli_product_code }} {{ $a->dva }} {{ $a->status_aat_application }} {{ \Carbon\Carbon::parse($a->date_of_filling)->format('d-M-Y') }} {{ $a->application_no }} {{ $a->product_spec }} {{ $a->address }} Supplier Edit
{{ $applications->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts')