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

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

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