@lang('Invoices')
@if (session('status'))
{{ session('status') }}
@endif
| @lang('Charged For') | @lang('Payment Date') | @lang('Amount') | @lang('Payment Status') |
|---|---|---|---|
| {{$receipt->charge_for}} | {{$receipt->created_at}} | {{ $receipt->amount }} | {{($receipt->payment_status)?'Paid':'Unpaid'}} |