@extends('layouts.main') @section('title', $agenda->title . ' | PPNI DPK BaliMéd') @section('meta_description', \Illuminate\Support\Str::limit(strip_tags($agenda->description), 155)) @section('og_title', $agenda->title . ' | PPNI DPK BaliMéd') @section('og_description', \Illuminate\Support\Str::limit(strip_tags($agenda->description), 155)) @section('og_image', $agenda->image ? asset($agenda->image) : asset('assets/images/logo-ppni.png')) @section('content')

Detail Agenda

{{ $agenda->title }}

{{ $agenda->event_date->format('d F Y') }} @if($agenda->event_time) {{ $agenda->event_time }} @endif @if($agenda->location) {{ $agenda->location }} @endif
@if($agenda->image) {{ $agenda->title }} @endif
{!! $agenda->description ?: '

Deskripsi agenda belum tersedia.

' !!}
@endsection