@foreach ($notifications as $notification) @endforeach
{{ __('lang.title') }} {{ __('lang.body') }} {{ __('lang.actions') }}
{{ $notification->title }} {{ $notification->body }} @if (auth()->user()->can('delete notifications')) @endif