@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',
])
@endsection