@extends('layouts.app') @section('title', 'Sign in to ' . $event->name) @section('content')
{{ strip_tags($event->description) }}
@endif @if($event->location)📍 {{ $event->location }}
@endif @if($event->start_date)📅 {{ $event->start_date->format('M j, Y g:i A') }}
@endif