@extends('customer.layouts.app') @section('title', 'Payment ' . $payment->payment_number) @section('page-title', 'Payment Details') @section('breadcrumbs') Payments chevron_right {{ $payment->payment_number }} @endsection @section('content')
Payment Details
Related Invoice
Invoice Date: {{ $payment->invoice->issue_date->format('M d, Y') }}
Invoice Total: {{ $payment->invoice->currency }} {{ number_format($payment->invoice->total, 2) }}
Notes
{{ $payment->notes }}