{!! 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'))!!}