@extends('backend.layouts.app') @section('content')
@if($request)

ARMY GOF CLUB

Dhaka Catonment

Dhaka - 1206, Opposite Zoarshahara Bus Stand

Phone: 88 02 55062354, Army 8711111 Ex 7782 Email: agc_bd@yahoo.com, Web: www.agc.com.bd


Money Receipt - Member Copy

Membership No : {{ $request['membership_no'] }}
Received with thanks from : {{ $request['full_name'] }}
For @php foreach($request['fee_names'] as $detail){ if ($detail) { echo ' '.$detail.' '; } } @endphp : @php foreach($request['fee_names'] as $detail){ $ranges = getRanges($request['time_range'][0]); echo 'of '.$ranges; } @endphp
By : {{ $request['payment_method_name'] }} @if($request['payment_method_name']=='Cheque') - Date: {{ $request['check_date']?date('d-M-Y',strtotime($request['check_date'])):"" }}, Bank: {{$request['bank_cr_name']}}, Branch: {{$request['bank_branch']}}. @elseif($request['payment_method_name']=='Credit Card') - Card No: {{$request['card_no']}}, Bank: {{$request['bank_cr_name']}}, {{$request['payment_reference']}}. @endif
The sum of Taka : {{number_format($request['total_payment_amount'],2)}} (@php $fmt = new NumberFormatter('en', NumberFormatter::SPELLOUT); echo ucwords($fmt->format($request['total_payment_amount'])) . ' Only.'; @endphp)

Singnature

Powered By ISSIT Ltd. Mobile: +8801712 650270

ARMY GOF CLUB

Dhaka Catonment

Dhaka - 1206, Opposite Zoarshahara Bus Stand

Phone: 88 02 55062354, Army 8711111 Ex 7782 Email: agc_bd@yahoo.com, Web: www.agc.com.bd


Money Receipt - Office Copy

Membership No : {{ $request['membership_no'] }}
Received with thanks from : {{ $request['full_name'] }}
For @php foreach($request['fee_names'] as $detail){ if ($detail) { echo ' '.$detail.' '; } } @endphp : @php foreach($request['fee_names'] as $detail){ $ranges = getRanges($request['time_range'][0]); echo 'of '.$ranges; } @endphp
By : {{ $request['payment_method_name'] }} @if($request['payment_method_name']=='Cheque') - Date: {{ $request['check_date']?date('d-M-Y',strtotime($request['check_date'])):"" }}, Bank: {{$request['bank_cr_name']}}, Branch: {{$request['bank_branch']}}. @elseif($request['payment_method_name']=='Credit Card') - Card No: {{$request['card_no']}}, Bank: {{$request['bank_cr_name']}}, {{$request['payment_reference']}}. @endif
The sum of Taka : {{number_format($request['total_payment_amount'],2)}} (@php $fmt = new NumberFormatter('en', NumberFormatter::SPELLOUT); echo ucwords($fmt->format($request['total_payment_amount'])) . ' Only.'; @endphp)

Singnature

Powered By ISSIT Ltd. Mobile: +8801712 650270

@else
Invalid Payment Selection
@endif
@endsection @section('before_body_end') @endsection