@extends('master.master') @section('content') Blog Home Blog @foreach($blogDetail as $blog) @php $blogTitle = trim(preg_replace("![^a-z0-9]+!i", "-", $blog->post_title), '-'); @endphp {!! $blog->post_title !!} {!! htmlspecialchars_decode(date('j<\s\up>S\s\up> F Y', strtotime($blog->post_date))) !!} By Portmill Property {!! $blog->post_content !!} @endforeach {{ $blogDetail->onEachSide(0)->links() }} @endsection @section('scripts') @endsection