{{$companyinfo->title}}

Address:{{$companyinfo->address}}

Phone:{{$companyinfo->phone}}

Email:{{$companyinfo->email}}

URL:{{$companyinfo->web}}

Voucher #: {{$customer_receipt->received_date}}

Voucher Date: {{$customer_receipt->voucher_number}}

     
# Name Voucher No. Check Number Bank Name Amount
1 {{$customer_receipt->name}} {{$customer_receipt->received_date}} {{$customer_receipt->check_number}}{{$customer_receipt->bank_name}}{{$customer_receipt->amount}}
Net Total {{$customer_receipt->amount}}

Payment Mode

@if($customer_receipt->payment_mode == 1)

Cash

@endif @if($customer_receipt->payment_mode == 2)

Online

Check Number:   {{$customer_receipt->check_number}}
Bank Name:   {{$customer_receipt->bank_name}} @endif @if($customer_receipt->payment_mode == 3)

Check

Check Number:   {{$customer_receipt->check_number}}
Bank Name:   {{$customer_receipt->bank_name}} @endif

Description:

{{$customer_receipt->note}}

Thank You for Your business!

Print Date: @php echo date('Y-m-d'); @endphp

Prepared by:admin