@if ($message = Session::get('success'))
@endif
@if ($error = Session::get('error'))
@endif
{{ $message }}
{{ $error }}
{{ __('notification.page.title') }}
@if($notifications->count() > 1)
@endif
| {{ __('notification.page.table.key') }} | {{ __('notification.page.table.url') }} | {{ __('notification.page.table.send-at') }} | {{ __('notification.page.table.action') }} |
|---|---|---|---|
| {{ $notification->key }} | @if($notification->url) {{ __('notification.page.url') }} @endif | {{ $notification->created_at->diffForHumans() }} | {{ __('notification.page.mark') }} |
| {{ __('notification.page.empty') }} | |||