{!! $push_notification['id'] !!}
{!! $push_notification['title'] !!}
{!! $push_notification['section'] !!}
{!! $push_notification['list_id'] !!}
{!! $push_notification['status'] !!}
{!! $push_notification['send_date'] !!}
{!! $push_notification['slug'] !!}
{!! $push_notification['created_at'] !!}
{!! $push_notification['updated_at'] !!}
{!! $push_notification['deleted_at'] !!}
{!! Form::text('title')
-> label(trans('push_notification::push_notification.label.title'))
-> placeholder(trans('push_notification::push_notification.placeholder.title'))!!}
{!! Form::inline_radios('section')
-> radios(trans('push_notification::push_notification.options.section'))
-> label(trans('push_notification::push_notification.label.section'))!!}
{!! Form::numeric('list_id')
-> label(trans('push_notification::push_notification.label.list_id'))
-> placeholder(trans('push_notification::push_notification.placeholder.list_id'))!!}
{!! Form::text('send_date')
-> label(trans('push_notification::push_notification.label.send_date'))
-> placeholder(trans('push_notification::push_notification.placeholder.send_date'))!!}