@if($blogs)

{{__('message.blogs')}}

{{__('message.home_blogs_msg')}}

@foreach($blogs as $blog)
{{timeAgoByTimeStamp($blog['created_at'])}}
@php $thumb = blogThumb($blog['image']); @endphp

{!! trimString($blog['description'], 100) !!}

{{$blog['category']}}
@endforeach
@endif