@extends('layouts/layoutMaster') @section('title', __('Notifications')) @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite(['resources/js/main-datatable.js']) @vite(['resources/js/main-helper.js']) @vite(['resources/assets/js/app/notification-index.js']) @endsection @section('content')
@lang('Id') | @lang('User') | @lang('Type') | @lang('Title') | @lang('Message') | @lang('Actions') |
---|---|---|---|---|---|
{{$notification->id}} |
{{--
@if(is_null(!$notification->user))
{{$notification->user->first_name.' '.$notification->user->last_name}}
{{$notification->user->email}}
@else
-
-
@endif
|
{{$notification->type}} | {{$notification->title}} | {{$notification->message}} |