{!! $notification_schedule['id'] !!}
{!! $notification_schedule['name'] !!}
{!! $notification_schedule['location_id'] !!}
{!! $notification_schedule['start_date'] !!}
{!! $notification_schedule['end_date'] !!}
{!! $notification_schedule['status'] !!}
{!! $notification_schedule['description'] !!}
{!! $notification_schedule['image'] !!}
{!! $notification_schedule['slug'] !!}
{!! $notification_schedule['user_id'] !!}
{!! $notification_schedule['user_type'] !!}
{!! $notification_schedule['created_at'] !!}
{!! $notification_schedule['updated_at'] !!}
{!! $notification_schedule['deleted_at'] !!}
{!! 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'))!!}