{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: withdrawal-tabs.blade.php ------------------------------------------------------ Use: The two faces of money leaving the system -- the withdrawal queue and the bank accounts it pays out to -- as one shared tab strip. ===================================================== --}} @props(['pending' => 0]) @php $onRequests = request()->routeIs('admin.withdrawals.index'); @endphp
$onRequests, 'text-ink-muted hover:text-primary-600' => ! $onRequests, ])>{{ __('admin.withdrawals.tab_requests') }} ! $onRequests, 'text-ink-muted hover:text-primary-600' => $onRequests, ])> {{ __('admin.withdrawals.tab_accounts') }} @if ($pending > 0) @fa($pending) @endif