@extends('layouts.app') @section('title', $quote->quote_number) @section('breadcrumb')Quotes {{ $quote->quote_number }}@endsection @section('content') @php $editable = $quote->status !== 'converted'; @endphp
{{ $quote->contact?->full_name }} — {{ $quote->job?->job_number }}
| Description | Item Code | Unit | Qty | W/Sale | Retail | Total W/Sale | Total Retail | Comments | @if($editable)@endif |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->description }} @if($item->materialType)[{{ $item->materialType->name }}]@endif | {{ $item->item_code }} | {{ $item->unit }} | {{ number_format($item->qty,2) }} | ${{ number_format($item->wsale_price??0,2) }} | ${{ number_format($item->retail_price??$item->unit_price,2) }} | ${{ number_format($item->total_wsale??0,2) }} | ${{ number_format($item->total_retail??$item->total,2) }} | {{ $item->comments }} | @if($editable)@endif |
Add Material to "{{ $section->name }}"
New Section
{{ $quote->notes }}