@extends('layouts.app') @section('content') @if($message = Session::get('error')) @endif @if($message = Session::get('success')) @endif
Laravel - Razorpay Payment Gateway Integration
@csrf @method('POST')

Payment

@endsection @section('script') @endsection