@extends('layouts.customer') @section('title','Invoice '.$payment->invoice_no) @section('page-title','Invoice') @section('styles') @endsection @section('content')
123 Business Street
Sydney, NSW 2000
ABN: 12 345 678 910
{{ $payment->customer_name }}
{{ $payment->customer_email }}
| Description | Amount |
|---|---|
| @if($payment->type === 'donation') Donation Payment @else Credit Pre-payment @endif | ${{ number_format($payment->amount_ex_gst, 2) }} |