@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')
{!! Util::FormSubmitActions('users', route('users.index')) !!}
@endsection