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