@extends('layouts.Frontend.app') @section('title') Berita @endsection @section('content') @section('about')
@foreach ($berita as $beritas)
research
  • {{Carbon\Carbon::parse($beritas->created_at)->format('d M')}}
  • {{Carbon\Carbon::parse($beritas->created_at)->format('Y')}}

{{$beritas->title}}

@endforeach @if ($berita == NULL) @endif {{ $berita->links('frontend.content.paginate') }}
@endsection @endsection