@extends('layouts.user') @section('title') @lang('Withdraw Money') @endsection @section('breadcrumb') @lang('Withdraw Money') @endsection @section('content')
@csrf
@lang('Amount : ')
@lang('Select Wallet')
@lang('Select Withdraw Method')
  • @lang('Withdraw Amount : ')
  • @lang('Total Charge : ')
  • @lang('Total Amount : ')
@lang('Withdraw instruction')

@lang('Provide your withdraw account details.')
@endsection @push('script') @endpush