@extends('frontend.layouts.app') @section('content')

Please Pay Rs. @if ($registration_error_log->referral_code) {{ $plan->discounted_price }} @else {{ $plan->amount }} @endif/- On below given UPI

{{websiteData('upi_id')}} Copy UPI

After Payment share screenshot and registered email id on given number.
@php $whts = App\Models\Admin\WebsiteSetting::where('type', 'whatsapp')->first(); @endphp
Whatsapp: +91-{{optional($whts)->content}}

Scan QR Code

Payment Screenshot मैं सब Details Show होनी चाहिए। Like :- UTR/ UPI Ref. Id ( 12 digital number )
{{--

Scan QR Code

--}}
@push('js') @endpush @endsection