@extends('layouts.rti-layout') @section('title', 'KSRTC- RTI - Dashboard') @section('content')

RTI Dashboard

Overview of RTI applications and statistics.

Total Applications

{{ $stats['total_applications'] }}

Approved

{{ $stats['approved'] }}

Pending

{{ $stats['pending'] }}

Rejected

{{ $stats['rejected'] }}

@foreach($applications as $app) @endforeach
Application ID Applicant Society Amount (Rec.) Status Action
{{ $app['id'] }}
{{ $app['applicant_name'] }}
{{ $app['applicant_email'] }}
{{ $app['society_name'] }} ₹{{ number_format($app['amount']) }} {{ $app['status'] }}

Total Selected

0

Society Count

0

Batch Total

₹0

@endsection @push('scripts') @endpush