@extends('layouts.admin') @section('title', __('Users')) @section('mobile_title', __('Users')) @section('content')

{{ __('Users') }}

{{ __('User management will be completed in a later step.') }}

@endsection