IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/resources/views/schools/admentries/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/resources/views/schools/admentries/_formsibling.blade.php

<fieldset>
    <p class="form-control-static" style="font-weight: bold">Details of Child's Sibling</p>
    <div class="row clearfix">
        <table class="table">
            <thead>
                <tr>
                    <th>S.NO.</th>
                    <th>First Name</th>
                    <th>Last Name</th>
                    <th>Age</th>
                    <th>Education</th>
                    <th>Name Of the School</th>
                </tr>
            </thead>
            <tbody  id="optional_list">
                <tr>
                    <td class="sno">1</td>
                    <td>
                        <input class="form-control" type="text"  name = "siblings[1][fName]">
                    </td>
                    <td>
                        <input class="form-control" type="text"  name = "siblings[1][lName]">
                    </td>
                    <td>
                        <input class="form-control" type="text"   name = "siblings[1][age]">
                    </td>
                    <td>
                        <input class="form-control" type="text"   name = "siblings[1][education]">
                    </td>
                    <td>
                        <input class="form-control" type="text" name = "siblings[1][schoolName]">
                    </td>
                </tr>
            </tbody>
            <tr>
                <td colspan="3" style="text-align: right"><input type="button" class="add-row btn btn-sm btn-danger" value="Add Row"></td>
            </tr>
        </table>
    </div>
</fieldset>

Copyright © 2021 - 2025 IMMREX7