{{__('articles.similar_blogs')}}
@if(count($blogs->photos))
@foreach($blogs->photos as $photo)
@endforeach
@endif
{{date('d M, Y', strtotime($blogs->created_at))}}
{{$blogs->title}}
{!! $blogs->description !!}