@if (Route::is('admin.dashboard') && ($checkCrentials = checkCrentials()))
@foreach ($checkCrentials as $checkCrential)
@if ($checkCrential->status)
@endif
@endforeach
@endif
@if ($setting?->is_queable == 'active' && Cache::get('corn_working') !== 'working')
@endif