@extends($theme.'layouts.app') @section('title') @lang($title) @endsection @section('content') @if(isset($contentDetails['blog']))
@foreach($contentDetails['blog']->sortDesc() as $data)
{{@$data->description->title}}
{{dateTime($data->created_at,'d')}} {{dateTime($data->created_at,'M')}}
{{\Str::limit($data->description->title,40)}}
@lang('Read More')
@endforeach
@endif @endsection