{!!Form::vertical_open()
->id('notification_schedule-notification_schedule-create')
->method('POST')
->files('true')
->action(guard_url('notification_schedule/notification_schedule'))!!}
{{ trans('app.new') }} [{!! trans('notification_schedule::notification_schedule.name') !!}]
@include('notification_schedule::admin.notification_schedule.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}