uawdijnntqw1x1x1
IP : 3.14.247.170
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
80d3f
/
..
/
core
/
resources
/
views
/
.
/
admin
/
.
/
notifications.blade.php
/
/
@extends('admin.layouts.app') @section('panel') <div class="notify__area"> @forelse($notifications as $notification) <a class="notify__item @if($notification->is_read == Status::NO) unread--notification @endif" href="{{ route('admin.notification.read',$notification->id) }}"> <div class="notify__content"> <h6 class="title">{{ __($notification->title) }}</h6> <span class="date"><i class="las la-clock"></i> {{ $notification->created_at->diffForHumans() }}</span> </div> </a> @empty <div class="card"> <div class="card-body"> <h3 class="text-center">{{ __($emptyMessage) }}</h3> </div> </div> @endforelse <div class="mt-3"> {{ paginateLinks($notifications) }} </div> </div> @endsection @push('breadcrumb-plugins') <a class="btn btn-sm btn-outline--primary" href="{{ route('admin.notifications.readAll') }}">@lang('Mark All as Read')</a> @endpush
/home/jackpotjunglegam/public_html/80d3f/../core/resources/views/./admin/./notifications.blade.php