@extends('frontend.app') @section('content')
@if(isset($message))

{{$message}}

@endif

Payment Proccessing..


{!! Form::open(['url' => '/razorpay/response' ,'method' => 'post', 'id' => 'paymentForm']) !!} {!! Form::close() !!}
@endsection @section('styles') @endsection @section('scripts') @parent @endsection