@extends('design_1.panel.layouts.panel') @section('content') @if(!empty($notifications) and !$notifications->isEmpty())

{{ trans('update.manage_notifications') }}

{{ trans('update.simply_mark_all_available_notifications_as_read_or_clear_them') }}

{{ trans('update.mark_all_as_read') }}
{{-- Notifications Lists --}}
@foreach($notifications as $notificationRow) @include('design_1.panel.notifications.notif_card', ['notification' => $notificationRow]) @endforeach
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'notifications.svg', 'title' => trans('panel.notification_no_result'), 'hint' => nl2br(trans('panel.notification_no_result_hint')), 'extraClass' => 'mt-0', ]) @endif @endsection @push('scripts_bottom') @endpush