{{ __('l8') }}
{{ __('l9') }}
@endif
@if (auth()->user()->is_verified == 0)
@endif
@yield('content')
{{ __('l9') }}
{{-- Google Fonts --}} {{-- /Google Fonts --}} {{-- SweatAlert2 --}} {{-- /SweatAlert2 --}} {{-- FontAwsome 6.4 --}} {{-- /FontAwsome 6.4 --}} {{-- Main Style --}} {{-- /Main Style --}} @yield('css') @php $submits = \App\Models\Submit::where('user_id', '=', auth()->user()->id)->where('status', '=', 'Pending')->get(); $pending_balance = 0; foreach ($submits as $submit) { $pending_balance += \App\Models\Task::find($submit->task_id)->price; } @endphp