@extends('frontend.layouts.app') @section('content')
@if($message = Session::get('error')) @endif {!! Session::forget('error') !!} @if($message = Session::get('success')) @endif {!! Session::forget('success') !!}
Pay With Razorpay
Plan:
{{$plan->plan_name}}
Description:
{{$plan->description}}
Price:
Rs.{{$currency_symbol->value}} {{$plan->price}}
Your sms Limit:
{{$plan->smslimit}}
Expiry Date:
{{$plan->expiry}}
@endsection