@extends('layouts.app') @section('title',$quotation->quotation_number) @section('page_title','Quotation '.$quotation->quotation_number) @section('content')@php($s=$quotation->status)
{{ $quotation->party?->legal_name }} ยท Version {{ $quotation->version }}
| # | Description | Route | Vehicle | Qty | Rate | VAT | Total |
|---|---|---|---|---|---|---|---|
| {{ $i->line_number }} | {{ $i->description }} {{ $i->serviceType?->name }} | {{ $i->route?->name??'โ' }} | {{ $i->vehicle_type??'โ' }} | {{ $i->quantity }} | {{ number_format((float)$i->unit_rate,2) }} | {{ number_format((float)$i->vat_amount,2) }} | {{ number_format((float)$i->line_total,2) }} |