{{$readmore->judul_berita}}
- {{date('d-m-Y',strtotime($readmore->created_at))}}
- {{$readmore->post_by}}
{!!$readmore->isi_berita!!}
@extends('template_front.index') @if($readmore!=null) @section('url'){{url("berita/".$readmore->judul_berita)}} @stop @section('title'){{$readmore->judul_berita}} @stop @section('description'){{$readmore->judul_berita}} @stop @section('image'){{url(Storage::url($readmore->gambar_berita))}} @stop @endif @section('content') @if($readmore!=null)
{!!$readmore->isi_berita!!}