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