@extends('layouts.admin') @section('title', 'Purchase Order Invoice') @section('styles') @endsection @section('breadcrumb-title', 'Invoice') @section('breadcrumb-item')
}})
info@brightvisionhealth.com
Issued:{{ $purchase_order->date }}
Item Description |
Quantity |
Unit Price |
Sub-total |
|
{{ $details['description'] }} |
{{ $details['quantity'] }} |
{{ $details['unit_price'] }} |
{{ $details['sub_total'] }} |
| Total Amount | {{ $purchase_order->total }} | ||
| Paid Amount | {{ $purchase_order->paid_amount }} | ||
| Balance | {{ $purchase_order->balance }} | ||
Thank you for your business! Payment is expected within 31 days; please process this invoice within that time.