@extends('layouts.simple') @section('content')

{{ trans('auth.user_invite_page_welcome', ['appName' => setting('app-name')]) }}

{{ trans('auth.user_invite_page_text', ['appName' => setting('app-name')]) }}

{!! csrf_field() !!}
@include('form.password', ['name' => 'password', 'placeholder' => trans('auth.password_hint')])
@stop