@extends('layouts.librenmsv1') @section('title', __('Create User')) @section('content')
@lang('Create User') @csrf
{{ $errors->first('username') }}
@include('user.form')
@lang('Cancel')
@endsection