@extends('layouts.core.backend', [ 'menu' => 'notification', ]) @section('title', trans('messages.notifications')) @section('page_header')
{{ trans('messages.home') }}
{{ trans('messages.notifications') }}
message
{{ trans('messages.all_notifications') }}
@endsection @section('content') @include("admin.account._menu", [ 'menu' => 'notification', ])
{{ trans('messages.actions') }}
delete_outline
{{ trans('messages.delete') }}
{{ trans('messages.sort_by') }}
{{ trans('messages.created_at') }}
sort
{{ trans('messages.notification.level') }}
{{ trans('messages.all') }}
{{ trans('messages.notification.level.' . \Acelle\Model\Notification::LEVEL_INFO) }}
{{ trans('messages.notification.level.' . \Acelle\Model\Notification::LEVEL_WARNING) }}
{{ trans('messages.notification.level.' . \Acelle\Model\Notification::LEVEL_ERROR) }}
search
@endsection