@extends('layouts.app') @section('title', 'Detail Quotation') @section('sidebar')
@endsection @section('content'){{ $quotation->quotation_number }}
Bill of Material (Mass Product)
Quotation Number:
{{ $quotation->quotation_number }}
Date: {{ $quotation->created_at->format('d F Y') }}
Product Name:
{{ $quotation->product->name }}
Product Type:
{{ $quotation->product->code }}
Buyer:
{{ $quotation->buyer->name }}
Order:
1 Pcs
| No. | Component Name | Material | Dimensions | M² | Qty | Price | Total |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->component_name }} | {{ $detail->material_type ?? '-' }} | @if($detail->width && $detail->length) {{ $detail->width }} × {{ $detail->length }} mm @else - @endif | @if($detail->m2) {{ number_format($detail->m2, 6) }} @else - @endif | {{ $detail->qty }} | Rp {{ number_format($detail->price_per_unit, 0, ',', '.') }} | Rp {{ number_format($detail->subtotal, 0, ',', '.') }} |
| TOTAL | Rp {{ number_format($quotation->total_price, 0, ',', '.') }} | ||||||
| No | Komponen | Perhitungan | Harga |
|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->component_name }} @if($detail->material_type)({{ $detail->material_type }})@endif | {{ $detail->note ?? '-' }} | Rp {{ number_format($detail->subtotal, 0, ',', '.') }} |
| TOTAL | Rp {{ number_format($quotation->total_price, 0, ',', '.') }} | ||
Dibuat Oleh:
{{ $quotation->user->name }}
Admin
Diperiksa Oleh:
_________________
Manager
Disetujui Oleh:
_________________
Director
KAYU MEBEL INDONESIA © {{ date('Y') }} | {{ $quotation->quotation_number }}