@extends('front.layouts.main') @section('main-container') Home > Blogs > {{$detail['title']}} {{ date("l d Y", strtotime($detail['display_date'])) }} {{$detail['title']}} {{$detail['content']}} Recent Posts @foreach($latest_blog as $lblog ) {{ substr($lblog['title'], 0, 25) }}... Read more @endforeach @endsection
{{ substr($lblog['title'], 0, 25) }}... Read more