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

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

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