@extends('layouts.admin.master') @section('content')
| No | Nama Produk | Merek | Tipe | Quantity | Harga Satuan | Total Harga |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->equipment_name ?? 'Produk tidak tersedia' }} | {{ $product->merk_type ?? 'Tidak tersedia' }} | {{ $product->tipe ?? 'Tidak tersedia' }} | {{ $product->quantity }} | {{ number_format($product->unit_price, 2) }} | {{ number_format($product->total_price, 2) }} |
| Tidak ada produk dalam quotation ini. | ||||||
Tidak ada file PDF untuk quotation ini.
@endif