@extends('layout.app')
@section('title')
< title > Apus Agency< / title >
@endsection
@section('content')
<!-- Slider section -->
< div id = "carouselExampleIndicators" class = "carousel slide" data-bs-ride = "true" >
< div class = "carousel-indicators" >
< button type = "button" data-bs-target = "#carouselExampleIndicators" data-bs-slide-to = "0" class = "active" aria-current = "true" aria-label = "Slide 1" > < / button >
< button type = "button" data-bs-target = "#carouselExampleIndicators" data-bs-slide-to = "1" aria-label = "Slide 2" > < / button >
< button type = "button" data-bs-target = "#carouselExampleIndicators" data-bs-slide-to = "2" aria-label = "Slide 3" > < / button >
< / div >
< div class = "carousel-inner" >
< div class = "carousel-item active" >
< img src = "{{url('frontend/images/slider.png')}}" class = "d-block w-100" alt = "..." >
< / div >
< div class = "carousel-item" >
< img src = "{{url('frontend/images/slider.png')}}" class = "d-block w-100" alt = "..." >
< / div >
< div class = "carousel-item" >
< img src = "{{url('frontend/images/slider.png')}}" class = "d-block w-100" alt = "..." >
< / div >
< / div >
< button class = "carousel-control-prev" type = "button" data-bs-target = "#carouselExampleIndicators" data-bs-slide = "prev" >
< span class = "carousel-control-prev-icon" aria-hidden = "true" > < / span >
< span class = "visually-hidden" > Previous< / span >
< / button >
< button class = "carousel-control-next" type = "button" data-bs-target = "#carouselExampleIndicators" data-bs-slide = "next" >
< span class = "carousel-control-next-icon" aria-hidden = "true" > < / span >
< span class = "visually-hidden" > Next< / span >
< / button >
< / div >
<!-- Slider section -->
<!-- Achievement section -->
< section class = "achievement-section" >
< div class = "achievement-items" >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/success-icon.svg')}}" class = "img-fluid" alt = "" >
< h5 > 99% Visa Success< / h5 >
< / div >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/visa-approved.svg')}}" alt = "" >
< h5 > 150 Visa Approved< / h5 >
< / div >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/institution.svg')}}" alt = "" >
< h5 > 500+ Partner Institutions< / h5 >
< / div >
< / div >
< / section >
<!-- Achievement section -->
@endsection