@extends('layouts.customer_template') @section('title') Profit Withdraw @endsection @section('style') {{-- --}} @endsection @section('header-menu')
@endsection @section('content')

Withdraw Profit

Wallet Address

CAUTION : Ensure the recipient address has been activated; otherwise, your withdraw will fail.

{{--

--}} {{-- CAUTION: Ensure the recipient address has been activated;--}} {{--

--}} {{--

otherwise, your withdraw will fail.

--}}
@csrf

Profit Withdraw Amount

Available Profit Withdraw

$ {{round($availableBalance,2) ?? 0}}


Received Amount
0.00 USDT
Network Fee 1.00 USDT

Recent Profit Withdraws
Asset/Data Amount Network Address TxID Status
@if(isset($withdrawals)) @foreach($withdrawals as $withdraw)
@if(isset($withdraw->currency)) @endif

USDT

Date {{ $withdraw->created_at ?? '' }}
{{ round($withdraw->amount,2) ?? '' }} {{ strtoupper($withdraw->network ?? "" )}} {{ $withdraw->withdraw_address ?? '' }} W-00{{$withdraw->id}} {{ $withdraw->status ?? '' }}
@endforeach @endif
{{ $withdrawals->links() }}
@include('layouts.includes.footer')
@endsection @section('script') @endsection