@extends('user.template') @section('title', $pengumuman->judul_informasi) @section('content')

Detail Pengumuman

@if ($pengumuman->gambar_informasi) {{ $pengumuman->judul_informasi }} @else default @endif

{{ $pengumuman->judul_informasi }}

  • {{ $pengumuman->author ?? 'Admin' }}
{!! $pengumuman->isi_informasi !!}
@endsection