@extends('user_dashboard.layouts.app') @section('content') @push('css') @endpush @if ($current_plan->plan->priority < $plan->priority) @php if (isset($current_plan->plan->upgrade_amount[$plan->priority - $current_plan->plan->priority - 1])) { $amount = $current_plan->plan->upgrade_amount[$plan->priority - $current_plan->plan->priority - 1]; } else { $amount = 0; } @endphp @endif
@include('user_dashboard.layouts.sidebar')

Plan

Complete Your Order
Your Order Details
{{ $plan->title }} ₹ {{ $amount }}/-
Order Total ₹ {{ $amount }}/-
{{-- @if(in_array('phonepe',$payment_getway))

Continue

@endif --}} {{-- @if(in_array('razorpay',$payment_getway))

Continue

@endif --}} {{-- @if(in_array('instamojo',$payment_getway))

Continue

@endif --}} {{-- @if(in_array('cosmofeed',$payment_getway))

Continue

@endif --}} @if(in_array('qr_code',$payment_getway))

@csrf
Continue

@endif {{-- @if(in_array('wallet',$payment_getway))

Continue

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