@props(['hero']) @php($slides = [ [ 'kicker' => 'Education, Charts & GIS', 'title' => 'Visual learning systems for classrooms and institutions', 'text' => 'Maps, charts, globes and GIS-backed learning aids built for schools, colleges and training programs.', 'image' => 'https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=80', 'stat' => 'Education first', 'label' => 'Maps, charts, GIS', ], [ 'kicker' => 'Medical & Nursing Training', 'title' => 'Simulation tools for confident clinical practice', 'text' => 'CPR manikins, anatomical models and nursing trainers for medical colleges, hospitals and skill labs.', 'image' => 'https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=80', 'stat' => 'Skill labs', 'label' => 'Models and manikins', ], [ 'kicker' => 'Laboratory Infrastructure', 'title' => 'Scientific equipment for practical experimentation', 'text' => 'Lab instruments, testing tools and setup essentials for schools, colleges and research environments.', 'image' => 'https://images.unsplash.com/photo-1582719471384-894fbb16e074?auto=format&fit=crop&w=1800&q=80', 'stat' => 'Lab ready', 'label' => 'Instruments and setup', ], ])
@foreach($slides as $slide)
{{ $slide['title'] }}first) loading="lazy" @endif>
@endforeach
@foreach($slides as $slide)

{{ $slide['kicker'] }}

{{ $slide['title'] }}

{{ $slide['text'] }}

@endforeach
01 {{ $slides[0]['stat'] }} {{ $slides[0]['label'] }}
@foreach($slides as $slide) @endforeach