The cron has not run in more than 12 hours; make sure it's setup and check logs at
        storage/logs/cron.log.
        See the docs
      
    @endif
    
        @include('admin.dashboard.news')
      
      
        @component('admin.components.infobox')
          @slot('icon', 'pe-7s-users')
          @slot('type', 'Pilots')
          @slot('pending', $pending_users)
          @slot('link', route('admin.users.index').'?state='.UserState::PENDING)
        @endcomponent
        @component('admin.components.infobox')
          @slot('icon', 'pe-7s-cloud-upload')
          @slot('type', 'PIREPs')
          @slot('pending', $pending_pireps)
          @slot('link', route('admin.pireps.index').'?search=state:'.PirepState::PENDING)
        @endcomponent
      
    
        {{-- @include('admin.dashboard.pirep_chart') --}}
      
      
        {{-- Intentionally Left Blank --}}
      
    
        {{-- Intentionally Left Blank --}}
      
      
        {{-- Intentionally Left Blank --}}