@extends('frontend.layouts.app') @php $meta = $data->meta_decode; @endphp @section('title', 'Payment Success') @section('description', $meta['description'] ?? '') @section('keywords', $meta['keywords'] ?? '') @section('content') @include('frontend.common.homeheader')
img

Your purchase is done!

Thanks for Booking.
Dr Azam is the Senior Consultant Anaesthesiologist and Critical Care Specialist at Bhagwan Mahaveer Jain Hospital, Bangalore. His journey of being a doctor and saving lives started at a tender age and continued into his adult years. The drive and motivation to work in the field, propelled him to graduate successfully from Ramaiah Medical College in Bangalore, and proceed to train in Anaesthesiology and critical care in his post-graduation and DNB.

Purchased Summary
@if($paymentData == "master-class") @else @endif {{-- --}} @if(!$paymentData=="offline_class") @endif
@if ($paymentData== "test") Test Title : @elseif ($paymentData == "courses") Course Title : @elseif($paymentData == "package") Knewton Package : @elseif($paymentData == "master-class") Upcoming Class Title : @elseif($paymentData == "notes") Notes Title : @elseif($paymentData == "offline_class") Offline Class Title : @else Testseries Title : @endif @php $end_date = $paymentData->expire_date; @endphp    {{$data->topic}}    {{$data->title}}
Transaction ID :    #{{$paymentData->razorpay_payment_id}}
Purchase Cost :    ₹ {{$paymentData->payment_amount}}
Total Chapters :    6
Valid Till :    {{now()->parse($end_date)->format('d M Y')}}
Author :    BARC
@include('frontend.common.footer') @endsection