<form role="form" id="form-add-residence"> <input type="hidden" name="user_id" value="<?php echo e($userId); ?>"> <input type="hidden" name="type" value="1"> <div class="form-body"> <div class="row"> <div class="col-md-12"> <h4 class="sbold">Thông tin người viết phiếu báo</h4> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>1. Họ và tên</label> <input type="text" class="form-control" name="user_create_name" value="<?php echo e($content['user_create_name'] ?? null); ?>"> <span class="help-block"> Viết chữ in hoa đủ dấu </span> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>2. Giới tính</label> <input type="text" class="form-control" name="user_create_gender" value="<?php echo e($content['user_create_gender'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>3. CMND số</label> <input type="text" class="form-control" name="user_create_id_number" value="<?php echo e($content['user_create_id_number'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>4. Hộ chiếu số</label> <input type="text" class="form-control" name="user_create_passport_number" value="<?php echo e($content['user_create_passport_number'] ?? null); ?>"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>5. Nơi thường trú</label> <input type="text" class="form-control" name="user_create_residence_location" value="<?php echo e($content['user_create_residence_location'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label>6. Địa chỉ chỗ ở hiện nay</label> <input type="text" class="form-control" name="user_create_current_address" value="<?php echo e($content['user_create_current_address'] ?? null); ?>"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label>7. Số điện thoại liên hệ</label> <input type="text" class="form-control" name="user_create_phone" value="<?php echo e($content['user_create_phone'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <h4 class="sbold">Thông tin người có thay đổi hộ khẩu nhân khẩu</h4> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>1. Họ và tên</label> <input type="text" class="form-control" name="name" value="<?php echo e($content['name'] ?? null); ?>"> <span class="help-block"> Viết chữ in hoa đủ dấu </span> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>2. Giới tính</label> <input type="text" class="form-control" name="gender" value="<?php echo e($content['gender'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>3. Ngày, tháng, năm sinh</label> <input type="text" class="form-control" name="birthday" value="<?php echo e($content['birthday'] ?? null); ?>"> <span class="help-block"> Định dạng ngày / tháng / năm </span> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>4. Dân tộc</label> <input type="text" class="form-control" name="folk" value="<?php echo e($content['folk'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>5. Quốc tịch</label> <input type="text" class="form-control" name="nationality" value="<?php echo e($content['nationality'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>6. CMND số</label> <input type="text" class="form-control" name="id_number" value="<?php echo e($content['id_number'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>7. Hộ chiếu số</label> <input type="text" class="form-control" name="passport_number" value="<?php echo e($content['passport_number'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>8. Nơi sinh</label> <input type="text" class="form-control" name="birth_location" value="<?php echo e($content['birth_location'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>9. Nguyên quán</label> <input type="text" class="form-control" name="hometown" value="<?php echo e($content['hometown'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>10. Nghề nghiệp, nơi làm việc</label> <input type="text" class="form-control" name="job" value="<?php echo e($content['job'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>11. Nơi thường trú</label> <input type="text" class="form-control" name="residence_location" value="<?php echo e($content['residence_location'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>12. Địa chỉ chỗ ở hiện nay</label> <input type="text" class="form-control" name="current_address" value="<?php echo e($content['current_address'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group"> <label>13. Số điện thoại liên hệ</label> <input type="text" class="form-control" name="phone" value="<?php echo e($content['phone'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>14. Họ và tên chủ hộ</label> <input type="text" class="form-control" name="owner_name" value="<?php echo e($content['owner_name'] ?? null); ?>"> </div> </div> <div class="col-md-4"> <div class="form-group"> <label>15. Quan hệ với chủ hộ</label> <input type="text" class="form-control" name="owner_relation" value="<?php echo e($content['owner_relation'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>16. Nội dung thay đổi hộ khẩu, nhân khẩu</label> <input type="text" class="form-control" name="change_content" value="<?php echo e($content['change_content'] ?? null); ?>"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>19. Những người cùng thay đổi</label> <table class="table table-bordered table-hover"> <tbody id="table-change"> <tr> <td><strong>Họ và tên</strong></td> <td><strong>Ngày, tháng, năm sinh</strong></td> <td><strong>Giới tính</strong></td> <td><strong>Nơi sinh</strong></td> <td><strong>Nghệ nghiệp</strong></td> <td><strong>Dân tộc</strong></td> <td><strong>Quốc tịch</strong></td> <td><strong>CMND số (Hoặc hộ chiếu số)</strong></td> <td><strong>Quan hệ với người có thay đổi</strong></td> </tr> <?php if(!empty($content['users'])): ?> <?php $__currentLoopData = $content['users']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $user): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($user['name'] ?? null); ?></td> <td><?php echo e($user['birthday'] ?? null); ?></td> <td><?php echo e($user['gender'] ?? null); ?></td> <td><?php echo e($user['birth_location'] ?? null); ?></td> <td><?php echo e($user['job'] ?? null); ?></td> <td><?php echo e($user['folk'] ?? null); ?></td> <td><?php echo e($user['nationality'] ?? null); ?></td> <td><?php echo e($user['id_number'] ?? null); ?></td> <td><?php echo e($user['relation'] ?? null); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </tbody> </table> <button type="button" class="btn green-meadow btn-add-users-row">Thêm</button> </div> </div> </div> </div> </form>