@extends('layouts.master') @section('content')

{{ucwords($heading)}}

@if ($events) @foreach ($events as $index => $list) @endforeach @endif
ID Heading Event Details Short Details Header Image Action
{{ ++$index }} {{ $list->heading }} {{ $list->event_date }} {{ $list->short_details }} {{ $list->event_date }}
@endsection