@extends('layouts.master') @section('title', 'Jualan '.$dailySale->sale_number) @section('actions') Cetak PDF Edit Kembali @endsection @section('content')
| Item | No. Siri | Kuantiti | Harga Unit | Subtotal | Jaminan |
|---|---|---|---|---|---|
| {{ $item->item_name }} | {{ $item->serial_number ?? '-' }} | {{ $item->quantity }} | RM {{ number_format($item->unit_price, 2) }} | RM {{ number_format($item->quantity * $item->unit_price, 2) }} | {{ $item->warranty ? str_replace('_', ' ', $item->warranty) : '-' }} |