@php $notices = \App\Models\News::where('category', 'Notice Board')->orderby('created_at', 'desc')->take(5)->get(); @endphp
{{ $notice->created_at }}