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

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

Bill No : {{ sprintf('%06d', $payment->id) }}
Membership No : {{ $payment->member->membership_no }}
Date : {{ date('d M Y h:i:s a', strtotime($payment->created_at)) }}
Received with thanks from : {{ $payment->member->full_name }}
For @php foreach($payment_details as $detail){ if ($detail->fee_name) { echo ' '.$detail->fee_name.' '; }else{ echo ' '.$detail->payment_type.' '; } } @endphp : @php foreach($payment_details as $detail){ $ranges = getRanges($detail->time_range); echo 'of '.$ranges; } @endphp
By : {{ $payment->payment_method->name }} @if($payment->payment_method->name=='Cheque') - Date: {{ $payment->check_date?date('d-M-Y',strtotime($payment->check_date)):"" }}, Bank: {{$payment->bank_cr_name}}, Branch: {{$payment->bank_branch}}. @elseif($payment->payment_method->name=='Credit Card') - Card No: {{$payment->card_no}}, Bank: {{$payment->bank_cr_name}}, Ref. {{$payment->payment_reference}}. @endif
The sum of Taka : {{number_format($payment->total_paid,2)}} (@php $fmt = new NumberFormatter('en', NumberFormatter::SPELLOUT); echo ucwords($fmt->format($payment->total_paid)) . ' Only.'; @endphp)

Signature
{{isset($payment_user->username)?$payment_user->username:""}}

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

Bill No : {{ sprintf('%06d', $payment->id) }}
Membership No : {{ $payment->member->membership_no }}
Date : {{ date('d F Y', strtotime($payment->created_at)) }}
Received with thanks from : {{ $payment->member->full_name }}
For @php foreach($payment_details as $detail){ if ($detail->fee_name) { echo ' '.$detail->fee_name.' '; }else{ echo ' '.$detail->payment_type.' '; } } @endphp : @php foreach($payment_details as $detail){ $ranges = getRanges($detail->time_range); echo 'of '.$ranges; } @endphp
By : {{ $payment->payment_method->name }} @if($payment->payment_method->name=='Cheque') - Date: {{ $payment->check_date?date('d-M-Y',strtotime($payment->check_date)):"" }}, Bank: {{$payment->bank_cr_name}}, Branch: {{$payment->bank_branch}}. @elseif($payment->payment_method->name=='Credit Card') - Card No: {{$payment->card_no}}, Bank: {{$payment->bank_cr_name}}, Ref. {{$payment->payment_reference}}. @endif
The sum of Taka : {{number_format($payment->total_paid,2)}} (@php $fmt = new NumberFormatter('en', NumberFormatter::SPELLOUT); echo ucwords($fmt->format($payment->total_paid)) . ' Only.'; @endphp)

Signature
{{isset($payment_user->username)?$payment_user->username:""}}

Powered By ISSIT Ltd. Mobile: +8801712 650270

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