@extends('layouts.app') @section('title') Payment Receipt @stop @section('css') @stop @section('breadcrumb') @stop @section('content')

Token Receipt Information


@if($tokenreceipt->instrument_no) @endif @if($tokenreceipt->drawn_date) @endif @if( $tokenreceipt->notes) @endif
Receipt # {{$tokenreceipt->receipt_number}}
Date {{date('d-m-Y',strtotime($tokenreceipt->receipt_date))}}
Unit No. {{$tokenreceipt->inventory ? $tokenreceipt->inventory->unit_number : ''}}
Payment Head @if($tokenreceipt->payment_head == 9) Token Amount @endif
Payment Mode @if($tokenreceipt->payment_method == \App\Receipt::cash) Cash @elseif($tokenreceipt->payment_method == \App\Receipt::bank) Bank @elseif($tokenreceipt->payment_method == \App\Receipt::cheque) Cheque/ DD/ PO @else Adjustment @endif
Instrument No. {{$tokenreceipt->instrument_no}}
Token Amount {{number_format($tokenreceipt->token_amount)}}
Drawn Date {{date('d-m-Y',strtotime($tokenreceipt->drawn_date))}}
Notes {{$tokenreceipt->notes}}

{{env('APP_NAME')}}

Payment Receipt

Office Copy
REF.NO.
  
Receipt No.
{{$tokenreceipt->receipt_number}}
 
 

Date:
{{date('d-m-Y',strtotime($tokenreceipt->receipt_date))}}
Unit No. 
{{$tokenreceipt->inventory ? $tokenreceipt->inventory->unit_number : ''}}
Payment Head
@if($tokenreceipt->payment_head == 9) Token Amount @endif
Payment Method: 
@if($tokenreceipt->payment_method == \App\Receipt::cash) Cash @elseif($tokenreceipt->payment_method == \App\Receipt::bank) Bank @elseif($tokenreceipt->payment_method == \App\Receipt::cheque) Cheque/ DD/ PO @else Adjustment @endif
Token Amount PKR
{{number_format($tokenreceipt->token_amount)}}
Amount in words (PKR)
 
Payment Received By
Accountant
Payment Approved By

{{env('APP_NAME')}}

Payment Receipt

Accounts Copy
REF.NO.
  
Receipt No.
{{$tokenreceipt->receipt_number}}
 
 

Date:
{{date('d-m-Y',strtotime($tokenreceipt->receipt_date))}}
Unit No. 
{{$tokenreceipt->inventory ? $tokenreceipt->inventory->unit_number : ''}}
Payment Head
@if($tokenreceipt->payment_head == 9) Token Amount @endif
Payment Method: 
@if($tokenreceipt->payment_method == \App\Receipt::cash) Cash @elseif($tokenreceipt->payment_method == \App\Receipt::bank) Bank @elseif($tokenreceipt->payment_method == \App\Receipt::cheque) Cheque/ DD/ PO @else Adjustment @endif
Token Amount PKR
{{number_format($tokenreceipt->token_amount)}}
Amount in words (PKR)
 
Payment Received By
Accountant
Payment Approved By

{{env('APP_NAME')}}

Payment Receipt

Client Copy
REF.NO.
  
Receipt No.
{{$tokenreceipt->receipt_number}}
 
 

Date:
{{date('d-m-Y',strtotime($tokenreceipt->receipt_date))}}
Unit No. 
{{$tokenreceipt->inventory ? $tokenreceipt->inventory->unit_number : ''}}
Payment Head
@if($tokenreceipt->payment_head == 9) Token Amount @endif
Payment Method: 
@if($tokenreceipt->payment_method == \App\Receipt::cash) Cash @elseif($tokenreceipt->payment_method == \App\Receipt::bank) Bank @elseif($tokenreceipt->payment_method == \App\Receipt::cheque) Cheque/ DD/ PO @else Adjustment @endif
Token Amount PKR
{{number_format($tokenreceipt->token_amount)}}
Amount in words (PKR)
 
Payment Received By
Accountant
Payment Approved By
@stop @section('js') @stop