@extends('template_front.index') @section('url'){{url("berita/".$view_slug->slug)}} @stop @section('title'){{$view_slug->judul}} @stop @section('description'){{$view_slug->judul}} @stop @section('image'){{url(Storage::url($view_slug->img))}} @stop @section('content') {{$view_slug->judul}} Beranda Detail Berita {{date('m-d-Y',strtotime($view_slug->created_at))}} {{$view_slug->post_by}} {!!$view_slug->judul!!} {!!$view_slug->isi_berita!!} Share: Berita Terbaru @foreach($post_new as $value) {{$value->post_by}} {{$value->judul}} @endforeach @endsection
{{date('m-d-Y',strtotime($view_slug->created_at))}}
Share: