@extends('layouts.admin') @section('content')
{{-- --}}

{{Helper::getLang('User Notifications')}}

# {{Helper::getLang('Subject')}} {{Helper::getLang('Content')}} {{Helper::getLang('Actions')}}
@include('admin.modals.user_notifications.user_notifications-modal') @include('admin.modals.user_notifications.user_notifications-view-modal') @include('admin.modals.delete-modal',['message' => "Are you sure you want to delete this user notifications ?"]) @endsection @section('scripts') @endsection