@extends('layouts/app') @section('title') {{$event->title}} @endsection @section('content')
Voltar atrás
{{$event->title}}
{!!$event->body!!}

Este evento começa a {{$event->event_time}}

Written on {{$event->created_at}}
@endsection