{{ trans('app.create') }} user

{{ trans('app.add') }} user here...

{!!Form::vertical_open() ->id('create-package-user') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/package/user'))!!}
@include('public::notifications') @include('package::user.user.partial.entry')
{!! Form::close() !!}