{!! Form::label('news_id ', 'Target News', ['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('news_id', $news, null, ['class' => 'select2-notification', 'data-empty'=>'empty', 'required' => true]) !!}
Insert Category Name
{!! Form::label('type ', 'Notification title', ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('type', null, ['class' => 'form-control' ,'placeholder' => 'Insert Name']) !!}
Inser Notification
Send Notification
cancel