@extends('layouts.default', ['appTopMenu' => true])
@section('title','Dashboard')
@push('scripts')
@endpush
@push('head')
@endpush
@section('content')
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif
Consolidated Report |
# |
No. of Application Received |
No. of Application Fresh |
No. of Application Pending |
No. of Application Pending From Section |
No. of Application Disposed |
No. of Application CostNotice Generated |
@foreach ($result as $data)
{{ $loop->iteration }} |
|
|
|
|
|
|
@endforeach
@endsection