@extends('layouts.core.backend', [ 'menu' => 'notification', ]) @section('title', trans('messages.notifications')) @section('page_header')

message {{ trans('messages.all_notifications') }}

@endsection @section('content') @include("admin.account._menu", [ 'menu' => 'notification', ])
{{ trans('messages.sort_by') }} {{ trans('messages.notification.level') }} search
@endsection