@php $paper = request('paper', 'a4'); // a4 | 80 $currency = optional($data->currency)->title_en ?? ''; $previous_balance = $tbalance + ($data->amount ?? 0); @endphp
{{ $bname ?? 'Business Name' }}
Receipt / Payment Voucher
RECEIPT
#{{ $data->recieved_number }}
Date: {{ $data->date }}

Receipt To

Customer
{{ $data->customer->name }}
Phone
{{ $data->customer->phone ?? '-' }}
Address
{{ $data->customer->address ?? '-' }}

Payment Info

Title
{{ $data->title }}
Currency
{{ $currency }}
Amount
{{ $data->amount }} {{ $currency }}
Balance Summary
Dev Amount / سابقه بافیداری • Amount / پیسو اندازه • Total Balance / جمله بافیداری
Dev Amount / سابقه بافیداری {{ $previous_balance }} {{ $currency }}
AMOUNT / پیسو اندازه {{ $data->amount }} {{ $currency }}
TOTAL BALANCE / جمله بافیداری {{ $tbalance }} {{ $currency }}
Note: This receipt is computer generated and valid without signature.