@extends('template_front.index') @section('content') @foreach($berita_slider as $value) {{$value->judul}} {!!str_limit(strip_tags($value->isi_berita),100)!!} Discover More @endforeach from the blog News & Articles @foreach($berita as $value) {{date('d-m-Y',strtotime($value->created_at))}} {{$value->post_by}} 2 Comment {{$value->judul}} {!!str_limit(strip_tags($value->isi_berita),200)!!} Read More @endforeach from the blog @endsection
from the blog
{{date('d-m-Y',strtotime($value->created_at))}}