{{ $title }}
Here you can view all your latest notifications and activity updates.
@if(session('error'))
@endif
@if(session('success'))
@endif
@if ($errors->any())
@endif
Error! {{ session('error') }}
Success! {{ session('success') }}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@forelse ($params as $index => $list)
@empty
@endforelse
{{ $list->title }}
{{ \Carbon\Carbon::parse($list->created_at)->diffForHumans() }}
{{ date('d M Y h:i A', strtotime($list->created_at)) }}
No notifications found