@extends('layouts.admin') @section('title', __('New user')) @section('mobile_title', __('New user')) @section('content')
← {{ __('Back to users') }}

{{ __('Create user') }}

@csrf @include('admin.users._form', ['user' => null])
{{ __('Cancel') }}
@endsection