@extends('layouts.welcomelayouts.app') @section('title') My Balance | subtitle @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('users.include.sidebar')

Recharge Amount to Wallet

New Recharg Amount ({{ $order->currency }})

{{ $order->amount }}

Online Payment


@endsection @push('js') @endpush