@extends('front.layout.main') @section('content') @include('front.layout.breadcrumb')

{{ $title }}

@if (!empty($blogs)) @foreach ($blogs as $item)
{{ $item -> created_at}}
{{--
{{ $item['time'] }}
--}}
@endforeach @else

Không có bài viết nào!

@endif
@endsection