Online Payment Receipt
@php $logoPath = public_path('images/logo.png'); $logoSrc = file_exists($logoPath) ? 'data:image/png;base64,' . base64_encode(file_get_contents($logoPath)) : ''; @endphp @if($logoSrc) Logo @endif

The Tollygunge Club Limited

120, Deshapran Sasmal Road Kolkata-700 033, India.

Email : {{ env('ONLINE_PAYMENT_RECEIPT_MAIL') }}

Tel: (91-33) 2417 6022; 2472 8754/8755; 2473- 2316

Membership No. {{ $receipt->member_id ?? (auth()->user()->member_id ?? '') }}
Name {{ $receipt->member_name ?? ucwords(strtolower(trim((auth()->user()->first_name ?? '') . ' ' . (auth()->user()->middle_name ?? '') . ' ' . (auth()->user()->last_name ?? '')))) }}
Order Id. {{$receipt->order_id ?? ''}}
Receipt Id. {{$receipt->receipt_id ?? ''}}
Payment Id. {{$receipt->payment_id ?? ''}}
Transaction Amount (INR) {{$receipt->amount ?? ''}}
Transaction Date & time {{ \Carbon\Carbon::parse($receipt->created_at)->format('d/m/Y H:i:s') }}