{{-- resources/views/admin/notifications/index.blade.php --}} @extends('admin.layouts.app') @section('title', __('Notifications')) @section('breadcrumb') @endsection @section('page-header')

{{ __('Notifications') }}

{{ __('Manage all your admin notifications') }}

{{ __('Settings') }}
@endsection @section('content') {{-- Filter and Stats Row --}}
{{-- Quick Stats --}}

0

{{ __('Total Notifications') }}

0

{{ __('Unread') }}

0

{{ __('Order Alerts') }}

0

{{ __('Stock Alerts') }}

{{-- Filters and Search --}}
{{ __('Filter Notifications') }}
{{-- Notifications List --}}
{{ __('All Notifications') }}
{{-- Loading State --}}
{{ __('Loading...') }}

{{ __('Loading notifications...') }}

{{-- Notifications List --}} {{-- Empty State --}}
{{-- Pagination --}}
@endsection @push('styles') @endpush @push('scripts') @endpush