@if($noticespage->count() > 0) @foreach($noticespage as $notice)
{{ \Carbon\Carbon::parse($notice->created_at)->format('Y M j') }}
@php $createdTime = \Carbon\Carbon::parse($notice->created_at); $timeAgo = $createdTime->diffForHumans(); @endphp {{ $timeAgo }}
@endforeach @else

No notices found.

@endif
{{ $noticespage->links('pagination::bootstrap-4') }}