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

Receipt Information


Receipt # {{$receipt->receipt_no}}
Date {{date('d-m-Y',strtotime($receipt->date))}}
Employee {{$employee->name}}
Type {{$receipt->type}}
Payment Method {{$receipt->payment_method}}
Instrument No {{$receipt->instrument_no}}

{{env('APP_NAME')}}

Payment Receipt

Office Copy
Receipt No.
{{$receipt->receipt_no}}
Instrument No.
 {{$receipt->instrument_no}}
 
 

Date:
{{date('d-m-Y',strtotime($receipt->date))}}
Received with thanks from Mr./Ms./Mrs. 
{{$employee->name}}
CNIC#
{{$employee->cnic}}
Payment Method: 
{{$receipt->payment_method}}
{{$receipt->type}} PKR
{{number_format($receipt->loan_amount)}}
Amount in words (PKR)
Payment Received By
Accountant
Payment Approved By

{{env('APP_NAME')}}

Payment Receipt

Accounts Copy
Receipt No.
{{$receipt->receipt_no}}
Instrument No.
 {{$receipt->instrument_no}}
 
 

Date:
{{date('d-m-Y',strtotime($receipt->date))}}
Received with thanks from Mr./Ms./Mrs. 
{{$employee->name}}
CNIC#
{{$employee->cnic}}
Payment Method: 
{{$receipt->payment_method}}
{{$receipt->type}} PKR
{{number_format($receipt->loan_amount)}}
Amount in words (PKR)
Payment Received By
Accountant
Payment Approved By

{{env('APP_NAME')}}

Payment Receipt

Employee Copy
Receipt No.
{{$receipt->receipt_no}}
Instrument No.
 {{$receipt->instrument_no}}
 
 

Date:
{{date('d-m-Y',strtotime($receipt->date))}}
Received with thanks from Mr./Ms./Mrs. 
{{$employee->name}}
CNIC#
{{$employee->cnic}}
Payment Method: 
{{$receipt->payment_method}}
{{$receipt->type}} PKR
{{number_format($receipt->loan_amount)}}
Amount in words (PKR)
Payment Received By
Accountant
Payment Approved By
@stop @section('js') @stop