@extends('themes.base.layout') @section('title', trans('admin.create_user')) @section('breadcrumb') @endsection @section('content')

@lang('admin.create_user_title')

@lang('admin.create_user_intro')


{{ csrf_field() }}
@if ($errors->has('name')) @endif
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
@if ($errors->has('password_confirmation')) @endif
@lang('forms.cancel_action')
@endsection