@extends('layouts.mastercms') @section('content')
@include('flash')
@foreach($event as $posts) @endforeach
ID Title Image Start Date End Date Location Action
{{$posts->id}} {{$posts->title}} {{$posts->start_date}} {{$posts->end_date}} {{$posts->location}}
@csrf @method('DELETE')
@endsection