@extends('layouts.app') @section('title', lang_trans('Create user')) @section('content')
@csrf @include('auth.user.form')
@endsection