@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Event List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
@if(count($events) > 0) @foreach($events as $event) @endforeach @else @endif
Sl Image Title Start Date End Date Location Action
{{$i}}
{{$event->session['title']}} {{$event->start_date}} {{$event->end_date}} {{$event->location}}
No Data Found
{{$events->links()}}
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection