3 {{--TODO - Check design of this view--}}
7 <div class="container small">
8 <h1>{{ trans('entities.pages_new') }}</h1>
9 <form action="{{ $parent->getUrl('/create-guest-page') }}" method="POST">
13 <div class="form-group title-input">
14 <label for="name">{{ trans('entities.pages_name') }}</label>
15 @include('form/text', ['name' => 'name'])
18 <div class="form-group">
19 <a href="{{ $parent->getUrl() }}" class="button outline">{{ trans('common.cancel') }}</a>
20 <button type="submit" class="button primary">{{ trans('common.continue') }}</button>