@extends('frontend.master') @section('title') {{setting('application_name')}} @endsection @section('main')
@foreach ($data['counters'] as $item)
Icon

{{ $item->total_count }}+

{{ $item->name }}

@endforeach

{{ $sections['statement']->name }}

    {{-- @dd($sections['statement']->data) --}} @foreach ($sections['statement']->data as $item)
  • {{ $item['title'] }}

    {{ $item['description'] }}

  • @endforeach
{{ ___('frontend.Learn More') }}
Image

{{ $sections['study_at']->name }}

{{ $sections['study_at']->description }}

@foreach ($sections['study_at']->data as $item)
Icon

{{ $item['title'] }}

{{ $item['description'] }}

@endforeach
Image

{{ $sections['explore']->name }}

{{ $sections['explore']->description }}

{{ $sections['why_choose_us']->name }}

{{ $sections['why_choose_us']->description }}

@foreach ($sections['why_choose_us']->data as $item)

{{ $item }}

@endforeach

{{ $sections['coming_up']->name }}

{{ $sections['coming_up']->description }}

@foreach ($data['comingEvents'] as $key=>$item)
Image
@endforeach

{{ $sections['news']->name }}

{{ $sections['news']->description }}

@foreach($data['latestNews'] as $key => $item) @if($key == 0 || $key == 3)
Image

{{ $item->title }}

{!! Str::limit($item->description,150) !!}

{{ ___('frontend.Read more') }}
@else

{{ $item->title }}

{!! Str::limit($item->description,150) !!}

{{ ___('frontend.Read more') }}
@endif @endforeach
@endsection