@include('sales.GetCurrencyClass') @extends('layouts.template') @section('template')

MONEY RECEIPT

{{ strToUpper($globalSettings->company_name) }}

{!!$globalSettings->address!!}
@if($globalSettings->website != '') Website: {{$globalSettings->website}}
@endif Mobile: {{$globalSettings->mobile}}, Tel: {{$globalSettings->phone}}
MONEY RECEIPT
  Payment Method: {{ $money_receipt->bank_name }}
M.R No.: {{ $globalSettings->invoice_prefix."-MR-".str_pad($money_receipt->mr_id, 8, '0', STR_PAD_LEFT) }}
Date: {{ date('F d, Y',strtotime($money_receipt->date)) }}
Received with thanks from: {{ $customer->customer_name.' ('.$globalSettings->invoice_prefix."-".str_pad($customer->customer_code, 8, '0', STR_PAD_LEFT).')' }}
Address: {{ $customer->address }}
Narration: {{ $money_receipt->narration }}
Description: {{ $money_receipt->payment_by }}
On Account of the supply of: {{ $money_receipt->on_account_of_supply }}
Amount: TK. {{ number_format($money_receipt->amount,2) }}
 In Words (BDT TK.): {{ getCurrency($money_receipt->amount) }} Only
______________________
Customer's Signature
______________________
Receiver: {{ $money_receipt->name }}
@php date_default_timezone_set("Asia/Dhaka"); @endphp Printed at: {{date("F d, Y h:i:sa")}}
@endsection