@extends('web.layout') @section('title', 'Berita Detail') @section('content')
image}") }}" alt="Galeri" class="img-fluid w-100 rounded-4 mb-4">

{{ $berita->title }}

Diposting Tanggal {{ $berita->created_at }}
{!! $berita->content !!}
@endsection