@extends('layouts.admin') @section('title') Admin | Event List @endsection @section('content')

Event/List

Event List
@if(Auth::user()->hasRole('Admin') ) @endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection @section('scripts') @endsection