{!! Form::model($notify , array('url' => 'notify/saveNotification', 'files' => true, 'id' => 'editnotification-form', 'class' => 'm-form m-form--fit m-form--label-align-righ', 'autocomplete' => 'on')) !!}
{{ Form::CtText('title',null,['required'],'Title','') }}
{{--
--}}
{{ Form::CtText('description',null,['required'],'Description','') }}
{!!Form::select('type', $status, !empty($notify->type)? $notify->type :'', ['class' => 'form-control' , 'id'=>'type'])!!}
{{--
--}}
{{ Form::close() }}