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