@extends('procurement::layouts.master') @section('title','Approved Vendor List') @section('content') @include('procurement::components.partials.page_header',['title'=>'Approved Vendor List','actionRoute'=>route('procurement.avl.create'),'actionLabel'=>'Add AVL Entry'])
| Component | Manufacturer / Part # | Supplier | Status | Qualified Date | Qualified By | Notes | |
|---|---|---|---|---|---|---|---|
| {{ Str::limit($a->component->description,35) }} | {{ $a->component->manufacturer }}{{ $a->component->part_number ?: '—' }} |
{{ $a->supplier->name }} | {{ ucfirst($a->status) }} | {{ $a->qualification_date?->format('M j, Y') ?? '—' }} | {{ $a->qualified_by ?: '—' }} | {{ Str::limit($a->notes,40) }} | Edit |
| No AVL entries yet. | |||||||