@extends('default') @section('title', 'Event Log') @section('breadcrumb') Home > Event Log @endsection @section('content') @foreach($events as $key => $event) @include('partial/event') @endforeach @endsection @section('scripts') @endsection