@php $requested_withdrawals = App\Models\Payout::where('user_id', auth()->user()->id) ->where('status', 0) ->exists(); $balance = instructor_available_balance(); @endphp @if ($requested_withdrawals)
{{ get_phrase('You already requested a withdrawal') }}
{{ get_phrase('If you want to make another') }}, {{ get_phrase('You have to delete the requested one first') }}
{{ get_phrase('You got nothing to withdraw') }}