@extends('portal.default.layouts.master') @section('header') @stop @section('body')
{{ ctrans('texts.payment')}}
{{ctrans('texts.payment_date')}}{!! $payment->clientPaymentDate() !!}
{{ctrans('texts.transaction_reference')}}{{$payment->transaction_reference}}
{{ctrans('texts.method')}}{{$payment->type->name}}
{{ctrans('texts.amount')}}{{$payment->formattedAmount()}}
{{ctrans('texts.status')}}{!! $payment::badgeForStatus($payment->status_id) !!}
@foreach($payment->invoices as $invoice) @endforeach
{{ ctrans('texts.invoice_number')}}{{ $invoice->number }}
@endsection @push('css') @endpush @push('scripts') @endpush @section('footer') @endsection