{!! Form::label('status_payment', __("status_payment"), ['class' => 'awesome']) !!} {!! Form::select('status_payment', $data->status_payment ,$entity->status_payment??null, array('class' => 'form-control' )) !!} @if ($errors->has('status_payment')) {{ $errors->first('status_payment') }} @endif