@extends('layouts.auth.app') @section('title', 'Manage Users') @section('content')

Manage Users

View and manage system users

@csrf
Show: entries
@include('pages.admin.user.partials.search-data', ['users' => $users ?? []])

Showing 1 to {{ count($users ?? []) }} of {{ count($users ?? []) }} results

@endsection @push('scripts') @endpush