@php use Illuminate\Support\Facades\Auth; use App\Helpers\Constants; @endphp @include('template.head') {{ $page_name = 'notifications' }} @include('template.sidebar') @include('template.header') @include('template.rightpanel')

Notifications

@if ($priviladges['search'] == Constants::$active_STE)

Notifications Filter


@csrf
@endif

Notifications List


@if ($priviladges['add'] == Constants::$active_STE) @endif
{{-- @if (count($data) > 0) @foreach ($data as $row) @endforeach @endif --}}
Img Date Last Update Title Detail Type Redirect Type Redirect Value Status Action By Action
{{ $row->url }}
{{--
{{ $row['book_img'] }}
{{ $row->date }}
{{ $row->title }} {{ $row->details }} {{ Constants::getElementById(Constants::$NOTTYPES, $row->type) }} {{ $row->redirection_title }} {{ $row->status == Constants::$active_STE ? 'Pending' : 'Sent' }}
@csrf
{{-- {!! $data->links() !!} --}}
{{-- script start --}} @include('template.script') {{-- script end --}}