@extends('welcome') @section('content')

Pay Amount with Paytm

You have selected @if(base64_decode($params->plan_id) ==0) 6 Months @else 12 Months @endif PLAN

You will be paying @if(base64_decode($params->plan_id) ==0) 5999/- @else 11999/- @endif

We take all measures reasonably necessary to protect User Lorem Ipsum is simply dummy text of the printing and typesetting industry. only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

@if($params->id !='')
{{ csrf_field() }} @if (count($errors) > 0)
Whoops! There were some problems with your input. @foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif
@endif
@endsection