@extends('layouts.app') @section('title','Vendor Lists | BASCORE') @section('content')
| No. | Project | Customer | Date | Items | Actions |
|---|---|---|---|---|---|
| {{ $vendorList->number }} | {{ $vendorList->project_name ?: '-' }} | {{ $vendorList->customer->customer_name ?? '-' }} | {{ $vendorList->issue_date->format('d M Y') }} | {{ $vendorList->items_count ?? $vendorList->items()->count() }} | View Edit PDF |
| No vendor lists yet. Create the first BASCORE project vendor list. | |||||