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