{{ $plan->title }}
MRP - ₹{{ $plan->amount }}
@if($plan->amount > $plan->discounted_price)With Promocode - ₹{{ $plan->discounted_price }}
@endif{{$plan->short_description}}
@if (!Auth::guard('web')->user()) @endif