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

{{ __('All Notifications') }}

{{ $all_notifications->total() }} {{ __('notifications') }}

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