@extends('theme::layouts.app') @section('content')
{{__("Back to the dashboard")}}

{{__("All Notifications")}}

@include('theme::partials.notifications', ['show_all_notifications' => true])
@endsection