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