@extends('layouts.app') @section('content')

{{ __('Notifications') }}

@foreach ($notifications as $notification) @endforeach
{{ __('Icon') }} {{ __('Title') }} {{ __('Message') }} {{ __('Action') }}
{{ $notification->title }} {{ $notification->content }}
{{ $notifications->links() }}
@endsection