@extends('backend.layout.master') @section('title', __('All Notifications')) @section('style') @endsection @section('content')

{{ __('All Notifications') }}

@include('backend.pages.notification.search-result')
@endsection @section('script') @include('backend.pages.notification.notification-js') @endsection