{!! Form::text('name')
-> label(trans('notification_schedule::notification_schedule.label.name'))
-> placeholder(trans('notification_schedule::notification_schedule.placeholder.name'))!!}
{!! Form::numeric('end_date')
-> label(trans('notification_schedule::notification_schedule.label.end_date'))
-> placeholder(trans('notification_schedule::notification_schedule.placeholder.end_date'))!!}
{!! Form::text('description')
-> label(trans('notification_schedule::notification_schedule.label.description'))
-> placeholder(trans('notification_schedule::notification_schedule.placeholder.description'))!!}
{!! Form::text('image')
-> label(trans('notification_schedule::notification_schedule.label.image'))
-> placeholder(trans('notification_schedule::notification_schedule.placeholder.image'))!!}