@extends('frontend.master', ['activePage' => 'home']) @section('content') {{-- events --}}

{{__('Latest Events')}}

{{-- event-carousel --}}
@foreach ($events as $item) @if($loop->iteration <= 6) @endif @endforeach

{{__('Featured Category')}}

@foreach ($category as $item) @endforeach

{{__('Our Latest blog')}}

@endsection