{!! $notification_delivered_list['id'] !!}
{!! $notification_delivered_list['notification_id'] !!}
{!! $notification_delivered_list['client_id'] !!}
{!! $notification_delivered_list['created_at'] !!}
{!! $notification_delivered_list['updated_at'] !!}
{!! $notification_delivered_list['deleted_at'] !!}
{!! Form::numeric('notification_id')
-> label(trans('notification_schedule::notification_delivered_list.label.notification_id'))
-> placeholder(trans('notification_schedule::notification_delivered_list.placeholder.notification_id'))!!}
{!! Form::numeric('client_id')
-> label(trans('notification_schedule::notification_delivered_list.label.client_id'))
-> placeholder(trans('notification_schedule::notification_delivered_list.placeholder.client_id'))!!}