{{-- Show Credentials Setup Alert --}}
@if (Route::is('admin.dashboard') && ($checkCrentials = checkCrentials())) @foreach ($checkCrentials as $checkCrential) @if ($checkCrential->status)
{{ $checkCrential->message }}
{{ $checkCrential->description }} {{ __('Update') }}
@endif @endforeach @endif
@if ($setting?->is_queable == 'active' && Cache::get('corn_working') !== 'working')
@endif