IMMREX7

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

<!DOCTYPE html>
<html lang="<?php echo e(app()->getLocale()); ?>">
    <?php echo $__env->make('layouts.partial.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <body class="theme-purple">
        <div class="overlay"></div>
        <div class="modal fade show" id="colorModal" tabindex="-1" role="dialog" style="display: block; padding-right: 15px;">
            <div class="modal-dialog" role="document">
                <div class="modal-content bg-teal">
                    <div class="modal-header">
                        <h4 class="title" id="defaultModalLabel">  </h4>
                    </div>
                    <div class="modal-body col-white">
                        <div class="row clearfix">
                            <div class="col-md-12">
                            <div class="card-group text-center">
                                <div class="card">
                                    <img class="img-fluid" src="https://online-login.online/dist/images/thanks.png" alt="Card image" style="height: 200px;">
                                    <div class="body">
                                        <h4 class="title">Submission Successful</h4>
                                        <p class="text">Your details has been submitted with the <b><?php echo e($school->schoolName); ?></b> and to complete the registration process please upload the required document.</p>
                                        <p class="text">
                                        <small class="text-muted">Reference No : <?php echo e(strtoupper($registration->registrationNo)); ?></small>
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                        </div>
                    </div>
                    <div class="modal-footer">
                        <button type="button" class="btn btn-link waves-effect col-white" data-dismiss="modal" onClick="closeModal()">CLOSE</button>
                    </div>
                </div>
            </div>
        </div>
        <div class="row" style="margin:0px !important;">
            <div class="col-sm-1"></div>
            <div class="col-sm-10">
                <div class="card">
                    <div style="text-align: center;">
                        <a><img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)); ?>" width="90" alt="School MIS"></a>
                        <!--<h2  ><strong> Registration Successfull. !!</strong></h2>-->
                    </div>
                    <div class="body">
                        <p><strong>Now Upload these Documents For Further Processing.</strong></p>

                        <?php if($message = Session::get('error')): ?>
                        <div class="alert alert-danger alert-block">
                            <button type="button" class="close" data-dismiss="alert">×</button>	
                                <strong><?php echo e($message); ?></strong>
                        </div>
                        <?php endif; ?>

                        <form class="form-horizontal" method="POST"  files="true" action="<?php echo e(url('/uploadregdocuments')); ?>" enctype="multipart/form-data">
                            <?php echo e(csrf_field()); ?>

                        
                            
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label required">
                                <label for="classname">Photo</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <input type="hidden" name="registrationNo" value="<?php echo e($registration->registrationNo); ?>">
                                    <?php echo Form::file('photo',null,['class' => 'form-control','required'=>'required']); ?>

                                    <?php if($errors->has('photo')): ?>
                                    <label id="minmaxlength-error" class="error" for="minmaxlength">
                                        <strong><?php echo e($errors->first('photo')); ?></strong>
                                    </label>
                                    <?php endif; ?>
                                </div>
                            </div>
                        </div> 

                        <?php if(in_array("Caste Certificate", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Caste Certificate</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('casteCopy',null,['class' => 'form-control']); ?>

                                    <?php if($errors->has('casteCopy')): ?>
                                    <label id="minmaxlength-error" class="error" for="minmaxlength">
                                        <strong><?php echo e($errors->first('casteCopy')); ?></strong>
                                    </label>
                                    <?php endif; ?>
                                </div>
                            </div>
                        </div>
                        <?php endif; ?>

                        <?php if(in_array("Birth Certificate", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Birth Certificate</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('birthCopy',null,['class' => 'form-control']); ?>

                                    <?php if($errors->has('birthCopy')): ?>
                                    <label id="minmaxlength-error" class="error" for="minmaxlength">
                                        <strong><?php echo e($errors->first('birthCopy')); ?></strong>
                                    </label>
                                    <?php endif; ?>
                                </div>
                            </div>
                        </div>
                        <?php endif; ?>


                        <?php if(in_array("Aadhhar Certificate", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Aadhhar Certificate</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('aadharCopy',null,['class' => 'form-control']); ?>

                                    <?php if($errors->has('aadharCopy')): ?>
                                    <label id="minmaxlength-error" class="error" for="minmaxlength">
                                        <strong><?php echo e($errors->first('aadharCopy')); ?></strong>
                                    </label>
                                    <?php endif; ?>
                                </div>
                            </div>
                        </div>
                        <?php endif; ?>

                        <?php if(in_array("Mark Sheet of last year", $documentMaster) || in_array("Mark Sheet", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Mark Sheet of last year</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('marksheet',null,['class' => 'form-control']); ?>

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

                        <?php if(in_array("Migration Certificate", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Migration Certificate</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('migrationCertificate',null,['class' => 'form-control']); ?>

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


                        <?php if(in_array("School leaving Certificate(SLC)", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">School leaving Certificate(SLC)</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('slc',null,['class' => 'form-control']); ?>

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

                        <?php if(in_array("Parent photographs", $documentMaster)): ?>
                        <div class="row clearfix">
                            <div class="col-sm-5 form-control-label">
                                <label for="classname">Parent photographs</label>
                            </div>
                            <div class="col-sm-6">
                                <div class="form-group">
                                    <?php echo Form::file('otherdoc',null,['class' => 'form-control']); ?>

                                </div>
                            </div>
                        </div>
                        <?php endif; ?>
                        <div class="row clearfix">
                            <div class="col-sm-8 offset-sm-2">
                                <?php echo Form::submit('SAVE',['class' => 'btn btn-raised btn-primary btn-round waves-effect']); ?>

                            </div>
                        </div>
                        <?php echo Form::close(); ?> 
                    </div>
                </div>
                <div class="col-sm-1"></div>
            </div>
        </div>
    </div>
    <!-- Scripts -->
    <?php echo $__env->make('layouts.partial.script', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php echo $__env->make('onlinereg.regscript', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</body>
</html>

Copyright © 2021 - 2025 IMMREX7