@include('public::notifications')

{{ trans('cms.create') }} Calendars

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-calendar-calendars') ->method('POST') ->files('true') ->action(URL::to('user/calendar/calendars'))!!} @include('calendar::user.calendars.partial.entry') {!! Form::close() !!}