@extends('layouts.site-app') @section('sitecontent')
@include('partials.site.header-menu')
{{__('lang.wallet_title')}}
@if(Session::has('error')) @endif
{{__('lang.Payment_method')}}
@if(setting('enable_razorpay')=='1')
@endif

{{\Helpers::currency($post['amount'])}}

@csrf
@endsection