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

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

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