@extends('template_front.index') @section('title','Daftar Berita') @section('description','Website Resmi Desa Nepo Barru Sulawesi Selatan') @section('content') Berita Beranda Berita @foreach($berita as $value) {{date('d-m-Y',strtotime($value->created_at))}} {{$value->post_by}} {!!ucwords(str_limit(strip_tags(strtolower($value->judul)),90))!!} {!!str_limit(strip_tags($value->isi_berita),300)!!} Selengkapnya @endforeach @endsection
{{date('d-m-Y',strtotime($value->created_at))}}