{{ get_phrase('Date') }}: {{ date('d-m-Y', strtotime($invoice->created_at)) }}
| {{ get_phrase('Item') }} | {{ get_phrase('Date of issue') }} | {{ get_phrase('Payment Method') }} | {{ get_phrase('Price') }} |
|---|---|---|---|
|
{{ $invoice->course_title }} |
{{ date('d-m-Y', strtotime($invoice->created_at)) }} |
{{ ucfirst($invoice->payment_type) }} |
{{ currency($invoice->amount, 2) }} |
|
{{ get_phrase('Billed to :') }} |
{{ auth()->user()->name }} |
{{ get_phrase('Total') }} |
{{ currency($invoice->amount, 2) }} |