feat: Phase 2 - admin layout, dashboard, page CRUD, subscribers, user management
This commit is contained in:
12
resources/views/admin/users/index.blade.php
Normal file
12
resources/views/admin/users/index.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('layouts.admin')
|
||||
|
||||
@section('title', __('Users'))
|
||||
|
||||
@section('mobile_title', __('Users'))
|
||||
|
||||
@section('content')
|
||||
<div class="mx-auto max-w-6xl">
|
||||
<h1 class="text-2xl font-semibold text-slate-900">{{ __('Users') }}</h1>
|
||||
<p class="mt-2 text-sm text-slate-600">{{ __('User management will be completed in a later step.') }}</p>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user