@extends('frontend.layouts.main') @section('title') {{ $$module_name_singular->fullname }} @endsection @section('content')
@include('frontend.users.nav')
@foreach($beritaterbaru as $berita) @endforeach
Judul
{{ $berita->kategori->kategori_berita ?? 'N/A' }}
{{ $berita->judul }}
{{ $berita->created_at->format('d M Y') }}
{{ $beritaterbaru->links() }}
@endsection @push ('page_css') @endpush @push('after-scripts') @endpush