IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/4e07a54d1a46f7a7a1799dade62d29ef70d9a5d9.php

<fieldset>
    <p class="form-control-static" style="font-weight: bold">Requirements</p>
    <?php if($school->idCountry == 1): ?>
    <div class="row clearfix">
        <div class="col-sm-8 form-control-label">
            <label for="classname">Do You require food service facility for your child.?</label>
        </div>
        <div class="col-sm-4">
            <div class="form-group">
                <div class="inlineblock m-r-20">
                    <input name="food" class="with-gap" type="radio" value="Y">
                    <label for="Yes">Yes</label>
                </div>                                
                <div class="inlineblock">
                    <input name="food" class="with-gap"  type="radio" checked="N" value="N">
                    <label for="No">No</label>
                </div>
                <?php if($errors->has('food')): ?>
                <label id="minmaxlength-error" class="error" for="minmaxlength">
                    <strong><?php echo e($errors->first('lastSchool')); ?></strong>
                </label>
                <?php endif; ?>
                <span id="fooderror"></span>
            </div>
        </div>
    </div>
    <div class="row clearfix">
        <div class="col-sm-8 form-control-label">
            <label for="classname">Do You require transport service facility for your child.?</label>
        </div>
        <div class="col-sm-2">
            <div class="form-group">
                <div class="inlineblock m-r-20">
                    <input name="transport" class="with-gap" type="radio" value="Y">
                    <label for="Yes">Yes</label>
                </div>                                
                <div class="inlineblock">
                    <input name="transport" class="with-gap"  type="radio" checked="N" value="N">
                    <label for="No">No</label>
                </div>
                <?php if($errors->has('transport')): ?>
                <label id="minmaxlength-error" class="error" for="minmaxlength">
                    <strong><?php echo e($errors->first('transport')); ?></strong>
                </label>
                <?php endif; ?>
                <span id="transporterror"></span>
            </div>
        </div>
    </div>
    <div class="row clearfix">
        <div class="col-sm-8 form-control-label">
            <label for="classname">Please specify any requirement if any.?</label>
        </div>
        <div class="col-sm-2">
            <div class="form-group">
                <?php echo Form::textarea('otherRequirement',null,['class' => 'form-control','size'=>'30x2','Placeholder'=>'Other Requirement']); ?>

                <?php if($errors->has('otherRequirement')): ?>
                <label id="minmaxlength-error" class="error" for="minmaxlength">
                    <strong><?php echo e($errors->first('otherRequirement')); ?></strong>
                </label>
                <?php endif; ?>
            </div>
        </div>
    </div>
    <div class="row clearfix">
        <div class="col-sm-8 form-control-label">
            <label for="classname">Has your child identified with any learning disability.?</label>
        </div>
        <div class="col-sm-2">
            <div class="form-group">
                <div class="inlineblock m-r-20">
                    <input name="learningDisability" class="with-gap" type="radio" value="Y">
                    <label for="Yes">Yes</label>
                </div>                                
                <div class="inlineblock">
                    <input name="learningDisability" class="with-gap"  type="radio" checked="" value="N">
                    <label for="No">No</label>
                </div>
                <?php if($errors->has('learningDisability')): ?>
                <label id="minmaxlength-error" class="error" for="minmaxlength">
                    <strong><?php echo e($errors->first('learningDisability')); ?></strong>
                </label>
                <?php endif; ?>
                <span id="learningDerror"></span>
            </div>
        </div>
    </div>
    <?php else: ?>
    <div class="row clearfix">
        <div class="col-sm-8 form-control-label">
            <label for="classname">Has your child identified with any learning disability.?</label>
        </div>
        <div class="col-sm-2">
            <div class="form-group">
                <div class="inlineblock m-r-20">
                    <input name="learningDisability" class="with-gap" type="radio" value="Y">
                    <label for="Yes">Y</label>
                </div>                                
                <div class="inlineblock">
                    <input name="learningDisability" class="with-gap"  type="radio" checked="" value="N">
                    <label for="No">N</label>
                </div>
                <?php if($errors->has('learningDisability')): ?>
                <label id="minmaxlength-error" class="error" for="minmaxlength">
                    <strong><?php echo e($errors->first('learningDisability')); ?></strong>
                </label>
                <?php endif; ?>
                <span id="learningDerror"></span>
            </div>
        </div>
        <div class="col-sm-4 form-control-label">
            <label for="classname">Remarks</label>
        </div>
        <div class="col-sm-8">
            <div class="form-group">
                <?php echo Form::textarea('remarks_disabilty',null,['class' => 'form-control','size'=>'30x2','Placeholder'=>'Remarks']); ?>

            </div>
        </div>
    </div>
    <?php endif; ?>
</fieldset>

Copyright © 2021 - 2025 IMMREX7