@extends('layouts.main') @section('seo') @endsection @section('content') {{ $page }} {{ $title }} {{ $title }} {{ $description }} {{ $agenda->title }} {!! $agenda->content !!} Penulis: {{ $agenda->author->name ?? 'Admin'}} Bagikan : {{-- Ganti dengan ikon yang sesuai --}} Informasi Tanggal : {{ \Carbon\Carbon::parse($agenda->start_date)->format('d F Y') }} @if ($agenda->end_date) - {{ \Carbon\Carbon::parse($agenda->end_date)->format('d F Y') }} @endif Lokasi : {{ $agenda->address }} @if ($agenda->maps_ur) Lihat Lokasi @endif @endsection @section('script') @endsection
{{ $description }}