@include('test::public.event.partial.header')
@include('test::public.event.partial.aside')

{{trans('app.create')}} {!! trans('test::event.name') !!}

@include('public::notifications') {!!Form::vertical_open() ->id('create-test-event') ->method('POST') ->class('form') ->enctype('multipart/form-data') ->action(trans_url('test'))!!} @include('test::public.event.partial.entry')
Cancel
{!! Form::close() !!}