@extends('adminlte::page') @section('title', __('global.Create').' '.__('global.User')) {{-- @section('content_header')

@lang('global.Create') @lang('global.User')

@endsection --}} @section('content')

@lang('global.Create') @lang('global.User')

@csrf @include('users.partials._form')
{!! Util::FormSubmitActions('users', route('users.index')) !!}
@endsection