@extends('layouts.default') @push('scripts')
@endpush @section('content')
@csrf
Fresh Application Pending For Scanning
{{ $getPendinngANRNotScanned }}
Fresh Application Scanned and Pending For Cleaning
{{ $getPendinngANRNotCleaned }}
Fresh Application scanned, cleaned and Pending For Indexing
{{ $getPendinngANRNotIndexed }}
Online ANR application not scanned
{{ $getOnlinePendinngANRNotScanned }}
@endsection