@php use App\Models\Inventory; use App\Models\Item; @endphp @extends('layouts.backend.index') @section('title', $label) @section('content')
No. Quotation | : | {{ $quotation->number }} |
Tanggal | : | {{ Common::dateFormat($quotation->start_date, 'dd mmmm yyyy') }} - {{ Common::dateFormat($quotation->end_date, 'dd mmmm yyyy') }} |
Nama Pelanggan | : | {{ $quotation->customer->name }} |
Status | : | {!! $quotation->status_badge !!} |
Bahan | Stok | @elseNama Jasa | @endifHarga Satuan | Jumlah | Total |
---|---|---|---|---|---|
{{$itemName}} | @isset($itemStock){{number_format($itemStock,0,',','.')}} | @endisset{{number_format($price,0,',','.')}} | {{number_format($i['qty'],0,',','.')}} | {{number_format($total_item,0,',','.')}} |
Sub Total | : | Rp | {{ number_format($quotation->subtotal, 0, '', '.') }} |
PPN | : | Rp | {{ number_format($quotation->ppn, 0, '', '.') }} |
PPH | : | Rp | {{ number_format($quotation->pph, 0, '', '.') }} |
|
|||
Total | : | Rp | {{ number_format($quotation->total, 0, '', '.') }} |