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

{{$berita->title}}

{!! $berita->content !!}

@endsection @endsection