@extends('layouts.admin.app') @section('title', __('Archived Users') . ' — ' . __('pages/admin/users.title')) @section('content')
{{-- Breadcrumb + Page Header --}}
{{-- Search --}}
{{-- Filter Dropdown --}} {{-- Status --}}
{{ __('pages/common.status.label') }}
{{-- Joined Date Range --}}
{{ __('Joined') }}
{{-- Last Login --}}
{{ __('pages/common.last_login.label') }} @foreach($lastLoginFilter as $key => $value) @endforeach
{{-- Reset Filters (shown by initAjaxPartialTable when filters are active) --}}
{{-- Bulk actions (aligned right, shown when rows are selected) --}}
{{ __('buttons.restore') }}
{{-- Skeleton template for initAjaxPartialTable --}} {{-- Empty-state template for initAjaxPartialTable (no data at all) --}} {{-- Table container — always rendered so initAjaxPartialTable initialises tableApi even on zero-data pages; the empty template handles the no-data display. --}}
@endsection @push('before-app-js') @vite(['resources/js/admin/user-management.js']) @endpush