@extends('layouts.app') @section('title',$vendorList->number.' | BASCORE') @section('content')

{{ $vendorList->number }}

{{ $vendorList->project_name ?: 'Vendor List' }} ยท {{ $vendorList->issue_date->format('d M Y') }}
Edit Download PDF

Project

{{ $vendorList->project_name ?: '-' }}
{{ $vendorList->customer->customer_name ?? '-' }}
{{ $vendorList->customer->company_name ?? '' }}

Summary

Date{{ $vendorList->issue_date->format('d M Y') }}
Systems{{ $vendorList->items->count() }}

Vendor / Brand List

@foreach($vendorList->items as $item) @endforeach
SystemPreferred BrandAlternative
{{ $item->system_name }}{{ $item->preferred_brand }}{{ $item->alternative ?: '-' }}
@if($vendorList->notes)

Notes

{{ $vendorList->notes }}

@endif @endsection