@extends('admin.layouts.app') @section('panel')
@forelse($notifications as $notification)
{{ __($notification->title) }}
{{ $notification->created_at->diffForHumans() }}
@empty

{{ __($emptyMessage) }}

@endforelse
{{ paginateLinks($notifications) }}
@endsection @can('admin.notifications.readAll') @push('breadcrumb-plugins') @lang('Mark All as Read') @endpush @endcan