@extends('admin.layouts.app') @section('panel')
@forelse($notifications as $notification)
{{ __($notification->title) }}
{{ diffForHumans($notification->created_at) }}
@can('admin.notifications.delete.single') @endcan
@empty
empty
@lang('No notification found')
@endforelse
{{ paginateLinks($notifications) }}
@endsection @push('breadcrumb-plugins') @if ($hasUnread && can('admin.notifications.read.all')) @lang('Mark All as Read') @endif @if ($hasNotification && can('admin.notifications.delete.all')) @endif @endpush