@foreach($notifications as $key=> $row) {{--
--}} {{-- $row->currentDescription->title ?? "" --}}{{ $row->details_info['title'] ?? "" }} {{ $row->user->name ?? $row->user->username ?? __("general.all") }} {{ $row->role ? __("general.$row->role") : __("general.all") }} {{ $row->user_id ? __('notifications::notifications.specific_member') : __('notifications::notifications.all') }} {{-- {{ $row->gender ? __("members.$row->gender") : __('notifications::notifications.all') }} {{ $row->city_id ? ($row->city->currentDescription->title ?? "") : __('notifications::notifications.all') }} --}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if($notifications->hasPages()) {{ $notifications->links('pagination::bootstrap-5') }} @endif