@extends(template().'layout.master2') @section('content2')
@csrf

{{ __('Current Balance: ') }} {{ number_format(auth()->user()->balance, 2) . ' ' . $general->site_currency }}

{{ __('Withdraw Instruction') }}

@endsection @push('script') @endpush