@extends('layouts.user') @section('content')

{{$gnl->title}}

WITHDRAW

{{--
--}} @csrf
{{$gnl->cur}}

  • Minimum Withdraw: {{$gateway->minimum}} {{$gnl->cur}} |
  • Your Balance {{isset($balance) ? round($balance, $gnl->decimal) : 0}} {{$gnl->cur}}


YOUR PAYOUTS


@if(count($withdraw)==0) @endif @foreach ($withdraw as $item) @endforeach
AMOUNT TRX ID TRX TIME
NO DATA AVAILABLE
{{$item->amount}} {{$gnl->cur}} {{$item->trx}} {{$item->created_at}}
{{$withdraw->links()}}
@endsection @section('scripts') @endsection