@if(count($blogs) > 0)
@else
@foreach($blogs as $item)
@endforeach
{{$item->created_at->format('d M Y')}}
@foreach($blogs as $item)
@endforeach
{{$item->created_at->format('d M Y')}}
@lang('labels.general.no_data_available')
@endif
{{ $blogs->links() }}