|
|
{{ ucwords($expense_details->type) }} No. {{ $expense_details->receipt_number }}
Date. {{ date('dS M Y', strtotime($expense_details->paid_date)) }} |
|
VOUCHER
|
| Paid Rs. {!! $currency_symbol !!}{{ number_format($expense_details->amount, 2) }} | Tax:{!! $currency_symbol !!}{{ number_format($expense_details->tax_component, 2) }} | Total: {!! $currency_symbol !!}{{ number_format($total, 2) }} |
|
To: {{ $expense_details->Vendor->vendor_name }}
|
| By: | CASH CHEQUE DEMAND DRAFT ONLINE |
|
Reference: {{ $reference }}
|
|
Towards: {{ $towards }}
|
| For {{ ucwords($portfolio_details->company_name) }} | Received by |
|
|