Hello, {{ $student->fname }} {{ $student->lname }}
Pleasure working with you, this is your email recepit.
Invoice
ORDER
#{{ $invoice->reference }}
{{ date('d F Y',strtotime($invoice->created_at)) }}
Item Name
Type
Quantity
Subtotal
{{ $invoice->item }}
Course
1
{{ money($invoice->amount) }}
Subtotal
{{ money($invoice->amount) }}
Shipping & Handling
Nil
Grand Total (Incl.Tax)
{{ money($invoice->amount) }}
BILLING INFORMATION
{{ $student->fname }} {{ $student->lname }}
{{ $student->email }}
{{ $student->phone }}
{{ $student->address }}
PAYMENT INFO
{{ $school->name }}
{{ $school->email }}
{{ $school->phone }}
{{ $school->address }}
Have a nice day.