@extends('layouts.app') @section('content')
Customer | Invoice No | Amount | Balance | Received By |
---|---|---|---|---|
{{ $payment?->invoice?->customer?->name }} | INV{{ sprintf("%05d",$payment?->invoice?->invoice_no) }} | {{ number_format($payment->amount) }} | {{ number_format($payment->balance) }} | {{ $payment->user->name }} |