@extends('layout') @section('title', 'Agenda | '.$tenant->name) @section('body') @include('partials.public-theme') @include('partials.public-nav')
Kalender Akademik

Agenda

← Beranda
@forelse($items as $a)

{{ $a->title }}

{{ $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 }}

@if($a->meeting_url)Tautan ↗@endif
@empty
Belum ada agenda.
@endforelse
{{ $items->links() }}
@endsection