@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($eventLists as $index => $item) @endforeach
S.N Type Title Date Start Time Location Action
{{ $index + 1 }} {{ $item->type }} {{ $item->title }} {{ $item->date }} {{ $item->start_time }} {{ $item->location }}
@endsection