Dashboard Dashboard {{-- Test --}} @push('styles') @endpush
  • Total Applications

    {{ $applicationsCount->count() }}

  • Pending Applications

    {{ $applicationsCount->where('status', 1)->count() }}

  • Approved Applications

    {{ $applicationsCount->where('status', 3)->count() }}

  • Rejected Applications

    {{ $applicationsCount->where('status', 4)->count() }}

  • Pending Scrutiny

    {{ $applicationsCount->where('status', 2)->count() }}

  • Approved Scrutiny

    {{ $applicationsCount->where('status', 3)->count() }}

  • Rejected Scrutiny

    {{ $applicationsCount->where('status', 4)->count() }}

  • Completed Scrutiny

    {{ $applicationsCount->where('pool_status', 1)->count() }}

@push('scripts') @endpush