@foreach($blogs as $blog)

{{ date('F d, Y h:i A', strtotime($blog->created_at)) }}

@endforeach {{ $blogs->links() }}