@php
$features = [
[
'title' => 'Outstanding Board Results',
'desc' => 'Historical and consistently outstanding results in the board exams and competitive placement tests.',
'icon' => 'fa-graduation-cap'
],
[
'title' => 'Digital Classrooms',
'desc' => 'Effective virtual and smart classes supported by our own dedicated school application.',
'icon' => 'fa-laptop-code'
],
[
'title' => 'Separate +2 Premises',
'desc' => 'Spacious, dedicated buildings and premises located at Palikhechowk, Pokhara.',
'icon' => 'fa-school'
],
[
'title' => 'Edupreneur Leadership',
'desc' => 'Managed by a collaborative, progressive team of highly qualified faculty and edupreneurs.',
'icon' => 'fa-users-gear'
],
[
'title' => 'ISO 9001 Certification',
'desc' => 'ISO 9001:2015 certified organization, holding international standards of educational audits.',
'icon' => 'fa-shield-check'
],
[
'title' => 'Professional MCQ Tests',
'desc' => 'Integrated objective test practices for MBBS, BE, BBA, and CA entrance preparations.',
'icon' => 'fa-square-check'
],
[
'title' => 'Day & Morning Shifts',
'desc' => 'Flexible scheduling options for both Science and Management streams.',
'icon' => 'fa-clock'
],
[
'title' => 'Air-Conditioned Classes',
'desc' => 'Spacious, well-ventilated, and comfortable classrooms for a focused learning experience.',
'icon' => 'fa-wind'
],
[
'title' => 'Advanced Laboratories',
'desc' => 'Resourceful, modern science labs, mathematics labs, social science setups, and IT resources.',
'icon' => 'fa-microscope'
],
[
'title' => 'Project-Based Learning',
'desc' => 'Applying modern teaching pedagogy that integrates interactive web skills and project research.',
'icon' => 'fa-project-diagram'
],
[
'title' => 'Regular Excursions',
'desc' => 'Field trips, industrial visits, and educational tours organized periodically to support real-life learning.',
'icon' => 'fa-map-location-dot'
],
[
'title' => 'Valley-wide Transport',
'desc' => 'Reliable and safe round-the-clock school bus facility operating across Pokhara valley.',
'icon' => 'fa-bus-school'
],
[
'title' => 'Sports & Co-curriculars',
'desc' => 'Basketball, volleyball, badminton, and table tennis facilities inside the campus grounds.',
'icon' => 'fa-basketball'
],
[
'title' => 'Cafeteria & Homely Hostel',
'desc' => 'Cozy boarding houses for boys/girls alongside hygienic cafeterias serving healthy meals.',
'icon' => 'fa-hotel'
],
[
'title' => 'Counseling & Guidance',
'desc' => 'Dedicated career coaching, motivational packages, and psychological support panels.',
'icon' => 'fa-comments-alt'
],
[
'title' => 'Generous Scholarships',
'desc' => 'Significant tuition fee waivers for meritorious, board-topping, government school, and needy students.',
'icon' => 'fa-hand-holding-seedling'
]
];
@endphp
@foreach($features as $feat)
{{ $feat['title'] }}
{{ $feat['desc'] }}
@endforeach