Dashboard
Total Applications
{{ applicationsTotal }}
Active Programs
{{ programs.filter(p => p.is_active).length }}
Plan
{{ tenant?.status || 'Free' }}
Branding & Appearance
Basic Info
Contact & Footer
Logo & Favicon
Programs Management
{{ prog.name }}
{{ prog.description }}
/{{ prog.slug }}.html
{{ prog.is_active ? 'Active' : 'Inactive' }}
No programs added yet. Click "Add New Program" to start.
Advanced Content & SEO
About Section
SEO & Call to Action (CTA)
Slider & Content
Main Slider Images
No slider images added yet.
Hero Text
Applications
Total: {{ applicationsTotal }}
| ID | Application No | Student Name | Phone | Program | Status | Payment | Created | DOB | Nationality | Gender | Parent Mobile | Address | State | City | District | Pin Code | Class 10 School | Class 10 Board | Class 10 Year | Class 10 Scheme | Class 10 Score | Class 12 School | Class 12 Board | Class 12 Year | Class 12 Result | Class 12 Scheme | Class 12 Score | UG College | UG University | UG Year | UG Result | UG Scheme | UG Score | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ app.id.toString().slice(0,8) }}... | {{ app.application_no || '-' }} | {{ app.student_name || 'N/A' }} | {{ app.phone || '-' }} | {{ app.email || '-' }} | {{ app.program || '-' }} | {{ app.status }} | {{ app.payment_status || '-' }} | {{ new Date(app.created_at * 1000).toLocaleDateString() }} | {{ app.dob || '-' }} | {{ app.nationality || '-' }} | {{ app.gender || '-' }} | {{ app.parent_mobile || '-' }} | {{ app.address || '-' }} | {{ app.state || '-' }} | {{ app.address_city || '-' }} | {{ app.district || '-' }} | {{ app.pin_code || '-' }} | {{ app.class10_school || '-' }} | {{ app.class10_board || '-' }} | {{ app.class10_year || '-' }} | {{ app.class10_marking_scheme || '-' }} | {{ app.class10_score || '-' }} | {{ app.class12_school || '-' }} | {{ app.class12_board || '-' }} | {{ app.class12_year || '-' }} | {{ app.class12_result_status || '-' }} | {{ app.class12_marking_scheme || '-' }} | {{ app.class12_score || '-' }} | {{ app.ug_college || '-' }} | {{ app.ug_university || '-' }} | {{ app.ug_year || '-' }} | {{ app.ug_result_status || '-' }} | {{ app.ug_marking_scheme || '-' }} | {{ app.ug_score || '-' }} |
| No applications found. | ||||||||||||||||||||||||||||||||||
Page {{ applicationsPage }} of {{ applicationsPageCount }}