@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')
{{date('d', strtotime($blogg->created_at))}}
{{date('M', strtotime($blogg->created_at))}}
@php $blog_details = substr(strip_tags($blogg->details),0,120); @endphp {!! html_entity_decode($blog_details)!!}
{{ __("Read More") }}