@extends('layouts.app') @section('title',$payment->receipt_number.' | BASCORE') @section('content')
Date: {{ $payment->payment_date->format('d M Y') }}
Method: {{ str_replace('_',' ',ucfirst($payment->payment_method)) }}
Reference: {{ $payment->reference_number ?: '-' }}
{{ $payment->invoice->customer->customer_name }}
{{ $payment->invoice->customer->company_name }}