@extends('template_front.index') @section('content')

from the blog

News & Articles

@foreach($berita as $value)
Blog One Image

{{date('d-m-Y',strtotime($value->created_at))}}

{{$value->judul}}

{!!str_limit(strip_tags($value->isi_berita),200)!!}
@endforeach

from the blog

@endsection