@extends('layouts.app') @section('title',$document->number.' | BASCORE') @section('content') @php $isQuote = $document->type === 'quotation'; @endphp
{{ $document->customer->customer_name }}
{{ $document->customer->company_name }}
{{ $document->customer->address }}
TRN: {{ $document->customer->trn ?: '-' }}
| Item | Description | Qty | Unit | Discount | VAT | Total | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $line->item->item_name ?? 'Custom' }} | {{ $line->description }} | {{ $line->quantity }} | @if($line->by_others)By Others | @elseAED {{ number_format($line->unit_price,2) }} | AED {{ number_format($line->discount,2) }} | AED {{ number_format($line->vat_amount,2) }} | AED {{ number_format($line->line_total,2) }} | @endif|||
{{ $document->scope_of_work }}