@extends('layouts.site-app') @section('sitecontent') @include('partials.site.header-menu') {{__('lang.wallet_title')}} @if(Session::has('error')) {{ Session::get('error') }} @endif {{__('lang.Payment_method')}} @if(setting('enable_razorpay')=='1') {{__('lang.pay_using_razorpay')}} @endif {{__('lang.order_total')}} {{\Helpers::currency($post['amount'])}} @csrf @endsection
{{__('lang.order_total')}} {{\Helpers::currency($post['amount'])}}