@extends('application.billdesk.layout') @section('title', 'Pay ₹500') @section('content')

Test Payment

{{ $env }}

Click below to pay through BillDesk's Neo – Full Redirect.

₹{{ number_format((float) $amount, 2) }}

Merchant ID: {{ $merchant_id }}

@csrf
@endsection