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

{{ __('Create user') }}

{{ __('Form will be added in Step 10.') }}

@endsection