|
{{ Session::get('business.name') }}
|
|
{{-- @lang('lang_v1.cash_payment_voucher') --}}
@lang('lang_v1.'.$receipt_details->voucher_title.'')
|
|
Voucher No : {{$receipt_details->payment_ref_no}}
|
Payment Date : {{@format_date($receipt_details->paid_on)}}
|
|
Amount : @format_currency($receipt_details->amount) Only
|
|
|
|
|
@if($receipt_details->due_payment_type == "purchase" || $receipt_details->due_payment_type == "purchase_return")
Supplier
@else
Customer
@endif
Name :
|
{{ $receipt_details->contact_info ? $receipt_details->contact_info->supplier_business_name : '' }} {{ $receipt_details->contact_info ? $receipt_details->contact_info->name : '' }}
|
|
Recieved by :
|
{{$receipt_details->user->first_name}} {{$receipt_details->user->last_name}}
|
|
Notes :
|
{{$receipt_details->note}}
|