@extends('layouts.app') @section('title', $title) @section('content')
@endif
{{ $conference->formatted_date }}
{{ $conference->time ? $conference->time->format('H:i') : '' }} - {{ $conference->end_time ? $conference->end_time->format('H:i') : '' }}
{{ $conference->location }}
{{ $conference->venue }}
{{ Str::limit($conference->short_description, 200) }}