@extends('layouts/contentNavbarLayout') @section('title', 'Student Details') @section('vendor-style') @endsection @section('content')

Student Details

+ Add Student
@if (session('success')) @endif {{-- Stat cards (totals) --}}

Total Students

{{ number_format($totalStudents ?? 0) }}

Active

{{ number_format($counts['active'] ?? 0) }}

Information Pending

{{ number_format($counts['information_pending'] ?? 0) }}

Alumna

{{ number_format($counts['alumna'] ?? 0) }}

{{-- Tabs (category filter) --}} {{-- Table card with Export --}}
{{-- Export buttons (Excel, PDF, Print) --}}
Excel
SR NO. PROFILE NAME MOBILE ROOM / BED ADMISSION DATE LEAVING DATE RENT REMARK ACTION
@endsection @section('page-script') @endsection