Current File : /home/itiffy/public_html/vendor/laraveldaily/quickadmin/src/Templates/fields/relationship
<div class="form-group">
    {!! Form::label('$LABEL$', '$TITLE$', array('class'=>'col-sm-2 control-label')) !!}
    <div class="col-sm-10">
        {!! Form::select('$LABEL$', $SELECT$, old('$LABEL$'), array('class'=>'form-control')) !!}
        $HELPER$
    </div>
</div>