@extends('admin.layouts.app') @push('stylesheets') {{-- --}} @endpush @push('topnav') Applicant: {{ $user->compay_name ?? $user->name }} View List of Suppliers for TCA 2 Year - {{ $application->year }} @endpush @section('content')
 
Application Number: {{ $application->application_no }}
{{-- --}}
Back
@csrf @can('edit') @endcan @if (count($suppliers) > 0) @foreach ($suppliers as $index => $s) @can('edit') @endcan @endforeach @endif
S.No Supplier Name Place (City) Address Supplier Id Action
{{ $index + $suppliers->firstItem() }} {{-- {{ $p->parent_id }} --}} {{ $s->supplier_name }} {{ $s->place }} {{ $s->address }} {{ $s->supplier_id }} Edit
{{ $suppliers->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts') {{-- --}}