{{-- 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
@if (auth()->user()->is_verified == 0) @endif @if (auth()->user()->is_verified == 0)
@endif @yield('content')
{{-- JQuery --}} {{-- /JQuery --}} {{-- Bootstrap --}} {{-- /Bootstrap --}} {{-- SweatAlert2 --}} {{-- /SweatAlert2 --}} {{-- Alerts --}} @if (session()->has('success')) @endif @if (session()->has('failed')) @endif {{-- /Alerts --}} @yield('jss')