@section('title', $berita->judul) @extends('Frontend.Layouts.app2') @section('content') {{-- Header Section --}}
{{-- Main Article Card --}}
{{-- Meta & Judul Berita --}}
Berita {{ \Carbon\Carbon::parse($berita->tanggal_berita)->translatedFormat('d F Y') }}

{{ $berita->judul }}

{{-- Thumbnail Berita (Foto Utama) --}} @if($berita->file_foto)
{{ $berita->judul }}
@endif {{-- Isi Konten Berita --}}