@php $user = Auth::user(); @endphp
Saasplatform
Admin Panel
Overview
Subscriptions
Users
Create User
User List
Recent Chats
Setting
IH
Iliash Hossain
Now
You: Please confrim if you got my last messages.
AB
Abu Bin Ishtiyak
4:49 AM
Hi, I am Ishtiyak, can you help me with this problem ?
George Philips
6 Apr
Have you seens the claim from Rose?
AB
Softnio Group
27 Mar
You: I just bought a new computer but i am having some problem
Larry Hughes
3 Apr
Hi Frank! How is you doing?
TW
Tammy Wilson
27 Mar
You: I just bought a new computer but i am having some problem
View All
@php $totalnotification = count(Auth::user()->unreadNotifications); if($totalnotification > 0) $noticlass = 'notification-status'; else $noticlass = ''; @endphp
Notifications
Mark All as Read
@php $unreadnotifications = Auth::user()->notifications; $countnotification = count(Auth::user()->unreadNotifications); @endphp @foreach($unreadnotifications as $notification)
@if(empty($notification->data['data']))
{{@$notification->data['user']['name']}} {{@$notification->data['message']}}
@else
{{@$notification->data['user']['name']}} {{@$notification->data['message']}}
{{@$notification->data['data']['ticket_name']}}
@endif @php date_default_timezone_set('Asia/Kolkata'); $date = $notification->created_at; $formatdate = date('d M Y, h:i A', strtotime($date)); @endphp
{{ $formatdate}}
@endforeach
View All
Dashboard
Chats
Mailbox
Messages
File Manager
Components
Ecommerce Panel
Subscription Panel
Crypto Wallet Panel
HYIP Invest Panel
@if(file_exists(public_path('uploads/userprofile/'.$user->profile_image)))
@else
@endif
Admin
admin@yopmail.com
View Profile
Account Setting
Login Activity
Dark Mode
Sign out
Accounts
Dashboard
My Profile
Change Password
Settings
User Management
Users
User List
Create User
User Roles
Activities
Users Session
Settings
General Settings
Email Template
Localization
Subscriptions
Cron Settings
Miscellaneous
Tickets
Notifications
Languages Settings
Add Languages
Language Pages
Language Content
@yield('content')