@extends('resources.views.admin.layouts.container') @section('content')

{{ $head ?? '' }}

{{-- --}} @foreach($adminPanelNotifications as $notification) {{-- --}} @endforeach
{{ __('users::users.notification_title') }}{{ __('users::users.notification_message') }} {{ __('users::users.date') }} {{ __('users::users.link') }}
{{ $notification->details['title'] ?? $notification->descriptions[0]->title ?? "" }}{{ $notification->details['message'] ?? $notification->descriptions[0]->message ?? "" }} {{ $notification->created_at->diffForHumans() }} @if($notification->type_key == 'order') @elseif($notification->type_key == 'product') @elseif($notification->type_key == 'plan') @else - @endif
{{ $adminPanelNotifications->links('pagination::bootstrap-5') }}
@endsection @push('stack_scripts') @endpush