@extends('web.layouts.layout') @yield('meta_title', 'priaacademy.org') @section('content')
@foreach($banner as $ban)
{{$ban->title??''}}

{{$ban->subtitle??''}}

{{$ban->description??''}}

Call to Action

@endforeach

Our Services

@foreach($services as $service)
icon
{{$service->title??''}}

{{$service->sub_title??''}}

View More

@endforeach
icon
HEI Exposure Visits

Learn from industry-leading experts, combining real-world experience with innovative teaching techniques.

View More

shape
shape
shape
shape
image
image
image

{{$about->title??""}}

{{ Str::words($about->subtitle ?? '', 40, '...') }}

Icon
{{$about->vision_heading??""}}

{{$about->vision_text??""}}

Icon
{{$about->mission_heading??""}}

{{$about->mission_text??""}}

Find Your Course

@foreach($cources as $course)
course image
{{$course->lessons??''}}
{{$course->students??''}}
{{ $course->title ?? '' }}

{{ $course->short_title ?? '' }}

@php $rating = $course->rating ?? 0; $fullStars = floor($rating); $halfStar = ($rating - $fullStars) >= 0.5; $emptyStars = 5 - ceil($rating); @endphp @for ($i = 0; $i < $fullStars; $i++) @endfor @if ($halfStar) @endif @for ($i = 0; $i < $emptyStars; $i++) @endfor
({{ $course->rating ?? '' }} / 5 Ratings)
{{ $course->certificate_badge ?? '' }}
{{ $course->title ?? '' }}
Level: {{ $course->level ?? '' }}

{{ $course->short_title ?? '' }}

{{ $course->description ?? '' }}

₹ {{ $course->amount2 ?? '' }} ₹ {{ $course->amount ?? '' }}
@endforeach
shape

Hear From Our Participants

@foreach($testimonials as $testimonial)
@for ($i = 1; $i <= 5; $i++) @endfor

{{$testimonial->description??""}}

images
{{$testimonial->name??""}}
@endforeach
@endsection