@extends('back.layout') @section('title') {{ __('h47') }} - {{ __('n1') }} @endsection @section('content')

{{ __('h48') }}

{{ __('h49') }}
{{ $pending_balance + auth()->user()->balance }} Trx
{{ __('h50') }}
{{ auth()->user()->balance }} Trx
{{ __('i1') }}
{{ $pending_balance }} Trx
{{ __('i3') }}
@if (count($trans) > 0)

{{ __('i4') }}

@endif @if (auth()->user()->id == 1) @if (count($withdraws) > 0 && auth()->user()->id == 1)

{{ __('i13') }}

@endif @endif
{{-- Modals --}} {{-- Withdraw --}} {{-- Show Withdraw Request --}} {{-- Refuse Withdraw Request --}} @endsection @section('jss') @endsection