@extends('layouts.admin') @section('title', 'Sale Receipt') @section('page-title', 'Sale Receipt') @section('page-subtitle', $sale->reference) @section('content')
Mini Mart - Sales Receipt
www.coopfinance.ng
{{ $sale->reference }}
{{ \Carbon\Carbon::parse($sale->sale_date)->format('d M Y H:i') }}
| Item | Qty | Price | Total |
|---|---|---|---|
| {{ $item->product_name }} | {{ $item->quantity }} | ₦{{ number_format($item->unit_price) }} | ₦{{ number_format($item->subtotal) }} |
Thank you for your purchase!
Items sold are NOT refundable.
Powered by CoopFinance NG