@extends('layouts.master') @section('content-header')

{{ trans('user::users.title.new-user') }}

@stop @section('footer')   @stop @section('shortcuts')
b
{{ trans('user::users.navigation.back to index') }}
@stop @section('content') {!! Form::open(['route' => 'admin.user.user.store', 'method' => 'post']) !!}
{!! Form::close() !!} @stop @section('footer')   @stop @section('shortcuts')
b
{{ trans('user::users.navigation.back to index') }}
@stop @push('js-stack')