@extends('landing.layout.index') @section('title') {{ $berita->judul }} - @endsection @section('content')

{{ $berita->judul }}

{{ fulldate($berita->tanggal) }}

{!! $berita->konten !!}
@endsection