@extends('layout') @section('title', 'Agenda | '.$tenant->name) @section('body') @include('partials.public-theme') @include('partials.public-nav')
{{ $a->starts_at->format('d M Y H:i') }} WIB @if($a->ends_at) – {{ $a->ends_at->format('d M Y H:i') }} WIB @endif
{{ $a->description }}
{{ $a->location }}