@extends('layouts.admin') @section('title', 'Invoice Details') @section('subtitle', $invoice->invoice_number) @section('actions')
| Product | Qty | Unit Price | Discount | Total |
|---|---|---|---|---|
|
{{ $item->product_name }}
{{ $item->product_barcode }} |
{{ $item->quantity }} | LKR {{ number_format($item->unit_price, 2) }} | -LKR {{ number_format($item->discount, 2) }} | LKR {{ number_format($item->line_total, 2) }} |
Ref: {{ $payment->reference }}
@endifNo payment records
@endforelse{{ $refund->reason }}
{{ $refund->created_at->format('M d, H:i') }}