@extends('layouts.alumini.layout') @section('header_scripts') @stop @section('breadcrumb')
@endsection @section('content')

Event

@if(count($events) > 0) @foreach($events as $event)

{{ucwords($event->title)}}

{!! $event->description !!}
{{$event->date}}
@endforeach @endif
    {{ $event->links() }}
@endsection @section('footer_scripts') @stop