@extends('member') @section('title', 'Benevolent Fund') @section('content') @if (!$user_status)

Name: {{ auth()->user()->name }}

loan_icon

Benevolent Fund

Amount ₹ 20000.00
Late Fees ₹ 0.00
Total ₹ 20000.00
@csrf
@endif @if ($user_status === 1)

Benevolent Fund

Effective from : {{$details->created_at}}

@if ($hide)

Update Nominee Detail

@else

Update Nominee Detail

@endif


@elseif ($user_status === 2)

Thank you for Making Payment for Benevolent Fund.

Payment verification is in Progress, once it completed you will be able to
download or print Payment Receipt.

Thank you

Team UPGSTSA

Go to Members Dashboard

@elseif ($user_status === 3) payment rejected @endif {{--

Benevolent Fund

@if (!$user_status)

Online Membership

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam volutpat neque ac metus feugiat, sed fringilla diam mattis. Duis consequat, ipsum ut sagittis pretium, odio nisl laoreet magna, non scelerisque velit justo ac neque.

@endif @if ($user_status === 1)

Subscription Details

@if (is_null($details))

No subscription details available.

@else
Name {{ auth()->user()->name }}
Email {{ auth()->user()->email }}
Contact {{ auth()->user()->contact }}
Package Name {{ $details->package_name }}
Payment Type {{ $details->payment_type }}
Amount {{ $details->amount }}
Token {{ $details->token }}
Razorpay ID {{ $details->razorpay_id }}
Start Date {{ $details->created_at }}
Export as CSV Export as PDF @endif
@elseif ($user_status === 2)
Receipt Number {{ $details->receipt_number }}
Name {{ auth()->user()->name }}
Email {{ auth()->user()->email }}
Contact {{ auth()->user()->contact }}
Package Name {{ $details->package_name }}
Payment Type {{ $details->payment_type }}
Amount {{ $details->amount }}
Payment Status {{ $details->payment_status }}
Start Date {{ $details->created_at }}
@elseif ($user_status === 3)

Your offline payment has been failed and disapproved by the admin. Contact for more details or make a new payment request

Click here to update your benevolent fund status @else
@csrf
@endif
@if (!$user_status)

Offline Membership

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam volutpat neque ac metus feugiat, sed fringilla diam mattis. Duis consequat, ipsum ut sagittis pretium, odio nisl laoreet magna, non scelerisque velit justo ac neque.

@endif
--}} @endsection {{-- --}} {{-- --}}