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.