{!!__('Create')!!} {!! trans('calendar::calendar.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('calendar/calendar'))!!} @include('calendar::calendar.partial.entry', ['mode' => 'create']) {!! Form::close() !!}