D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
kader-lms.com
/
storage
/
framework
/
views
/
Filename :
7dad2808ea831874e6ea9943aeea3dbc.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo app('translator')->get('student.student_list'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('mainContent'); ?> <section class="sms-breadcrumb mb-20 up_breadcrumb"> <div class="container-fluid"> <div class="row justify-content-between"> <h1><?php echo app('translator')->get('student.manage_student'); ?></h1> <div class="bc-pages"> <a href="<?php echo e(route('dashboard')); ?>"><?php echo app('translator')->get('common.dashboard'); ?></a> <a href="#"><?php echo app('translator')->get('student.student_information'); ?></a> <a href="#"><?php echo app('translator')->get('student.student_list'); ?></a> </div> </div> </div> </section> <section class="admin-visitor-area up_admin_visitor"> <div class="container-fluid p-0"> <?php echo e(Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student-list-search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'infix_form'])); ?> <div class="row"> <div class="col-lg-12"> <div class="white-box filter_card"> <div class="row"> <div class="col-lg-8 col-md-6 col-sm-6"> <div class="main-title mt_0_sm mt_0_md"> <h3 class="mb-15"><?php echo app('translator')->get('common.select_criteria'); ?></h3> </div> </div> <?php if(userPermission('student_admission')): ?> <div class="col-lg-4 text-md-right text-left col-md-6 mb-30-lg col-sm-6 text_sm_right"> <a href="<?php echo e(route('student_admission')); ?>" class="primary-btn small fix-gr-bg"> <span class="ti-plus pr-2"></span> <?php echo app('translator')->get('student.add_student'); ?> </a> </div> <?php endif; ?> </div> <div class="row"> <input type="hidden" name="url" id="url" value="<?php echo e(URL::to('/')); ?>"> <?php if(moduleStatusCheck('University')): ?> <?php if ($__env->exists( 'university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USEC']] )) echo $__env->make( 'university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USEC']] , \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-3 mt-25"> <div class="primary_input "> <input class="primary_input_field" type="text" placeholder="Name" name="name" value="<?php echo e(isset($name) ? $name : ''); ?>"> <label class="primary_input_label" for=""><?php echo app('translator')->get('student.search_by_name'); ?></label> </div> </div> <div class="col-lg-3 mt-25"> <div class="primary_input md_mb_20"> <label class="primary_input_label" for=""><?php echo app('translator')->get('student.search_by_roll_no'); ?></label> <input class="primary_input_field" type="text" placeholder="Roll" name="roll_no" value="<?php echo e(isset($roll_no) ? $roll_no : ''); ?>"> </div> </div> <?php else: ?> <?php echo $__env->make('backEnd.common.search_criteria', [ 'mt' => 'mt-0', 'div' => 'col-lg-3', 'required' => ['academic'], 'visiable' => ['academic', 'class', 'section'], ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-2"> <div class="primary_input sm_mb_20 "> <label class="primary_input_label" for=""><?php echo app('translator')->get('student.search_by_name'); ?></label> <input class="primary_input_field" type="text" placeholder="Name" name="name" value="<?php echo e(isset($name) ? $name : old('name')); ?>"> </div> </div> <div class="col-lg-1"> <div class="primary_input sm_mb_20 "> <label class="primary_input_label" for=""><?php echo app('translator')->get('student.search_by_roll'); ?></label> <input class="primary_input_field" type="text" placeholder="Roll" name="roll_no" value="<?php echo e(isset($roll_no) ? $roll_no : old('roll_no')); ?>"> </div> </div> <?php endif; ?> <div class="col-lg-12 mt-20 text-right"> <button type="submit" class="primary-btn small fix-gr-bg" id="btnsubmit"> <span class="ti-search pr-2"></span> <?php echo app('translator')->get('common.search'); ?> </button> </div> </div> </div> </div> </div> <input type="hidden" id="academic_id" value="<?php echo e(@$academic_year); ?>"> <input type="hidden" id="class" value="<?php echo e(@$class_id); ?>"> <input type="hidden" id="section" value="<?php echo e(@$section); ?>"> <input type="hidden" id="roll" value="<?php echo e(@$roll_no); ?>"> <input type="hidden" id="name" value="<?php echo e(@$name); ?>"> <input type="hidden" id="un_session" value="<?php echo e(@$data['un_session_id']); ?>"> <input type="hidden" id="un_academic" value="<?php echo e(@$data['un_academic_id']); ?>"> <input type="hidden" id="un_faculty" value="<?php echo e(@$data['un_faculty_id']); ?>"> <input type="hidden" id="un_department" value="<?php echo e(@$data['un_department_id']); ?>"> <input type="hidden" id="un_semester_label" value="<?php echo e(@$data['un_semester_label_id']); ?>"> <input type="hidden" id="un_section" value="<?php echo e(@$data['un_section_id']); ?>"> <?php echo e(Form::close()); ?> <div class="row mt-40 full_wide_table"> <div class="col-lg-12"> <div class="white-box"> <div class="row"> <div class="col-lg-4 no-gutters"> <div class="main-title"> <h3 class="mb-15"><?php echo app('translator')->get('student.student_list'); ?></h3> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <?php if (isset($component)) { $__componentOriginal163c8ba6efb795223894d5ffef5034f5 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal163c8ba6efb795223894d5ffef5034f5 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.table','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('table'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <table id="table_id" class="table data-table Crm_table_active3 no-footer dtr-inline collapsed" cellspacing="0" width="100%"> <thead> <tr> <th><?php echo app('translator')->get('student.admission_no'); ?></th> <th><?php echo app('translator')->get('student.name'); ?></th> <?php if(!moduleStatusCheck('University') && generalSetting()->with_guardian): ?> <th><?php echo app('translator')->get('student.father_name'); ?></th> <?php endif; ?> <th><?php echo app('translator')->get('student.date_of_birth'); ?></th> <?php if(moduleStatusCheck('University')): ?> <th><?php echo app('translator')->get('university::un.semester_label'); ?></th> <th><?php echo app('translator')->get('university::un.fac_dept'); ?></th> <?php else: ?> <th><?php echo app('translator')->get('student.class_sec'); ?></th> <?php endif; ?> <th><?php echo app('translator')->get('common.gender'); ?></th> <th><?php echo app('translator')->get('common.type'); ?></th> <th><?php echo app('translator')->get('common.phone'); ?></th> <th><?php echo app('translator')->get('common.actions'); ?></th> </tr> </thead> <tbody> </tbody> </table> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal163c8ba6efb795223894d5ffef5034f5)): ?> <?php $attributes = $__attributesOriginal163c8ba6efb795223894d5ffef5034f5; ?> <?php unset($__attributesOriginal163c8ba6efb795223894d5ffef5034f5); ?> <?php endif; ?> <?php if (isset($__componentOriginal163c8ba6efb795223894d5ffef5034f5)): ?> <?php $component = $__componentOriginal163c8ba6efb795223894d5ffef5034f5; ?> <?php unset($__componentOriginal163c8ba6efb795223894d5ffef5034f5); ?> <?php endif; ?> </div> </div> </div> </div> </div> </div> </section> <div class="modal fade admin-query" id="deleteStudentModal"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"><?php echo app('translator')->get('student.disable_student'); ?></h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <div class="text-center"> <h4><?php echo app('translator')->get('student.are_you_sure_to_disable'); ?></h4> </div> <div class="mt-40 d-flex justify-content-between"> <button type="button" class="primary-btn tr-bg" data-dismiss="modal"><?php echo app('translator')->get('common.cancel'); ?></button> <?php echo e(Form::open(['route' => 'student-delete', 'method' => 'POST', 'enctype' => 'multipart/form-data'])); ?> <input type="hidden" name="id" value="<?php echo e(@$student->id); ?>" id="student_delete_i"> <button class="primary-btn fix-gr-bg" type="submit"><?php echo app('translator')->get('common.disable'); ?></button> <?php echo e(Form::close()); ?> </div> </div> </div> </div> </div> <?php if (isset($academic_year) || isset($class_id)) { $ajax_url = url('student-list-datatable?academic_year=' . $academic_year . '&class=' . $class_id . '§ion=' . $section . '&roll_no=' . $roll_no . '&name=' . $name); } else { $ajax_url = url('student-list-datatable'); } ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('backEnd.partials.data_table_js', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('backEnd.partials.server_side_datatable', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->startPush('script'); ?> <script> $(document).ready(function() { $('.data-table').DataTable({ processing: true, serverSide: true, "ajax": $.fn.dataTable.pipeline({ url: "<?php echo e(url('student-list-datatable')); ?>", data: { academic_year: $('#academic_id').val(), class: $('#class').val(), section: $('#section').val(), roll_no: $('#roll').val(), name: $('#name').val(), un_session_id: $('#un_session').val(), un_academic_id: $('#un_academic').val(), un_faculty_id: $('#un_faculty').val(), un_department_id: $('#un_department').val(), un_semester_label_id: $('#un_semester_label').val(), un_section_id: $('#un_section').val(), }, pages: "<?php echo e(generalSetting()->ss_page_load); ?>" // number of pages to cache }), columns: [{ data: 'admission_no', name: 'admission_no' }, { data: 'full_name', name: 'full_name' }, <?php if(!moduleStatusCheck('University') && generalSetting()->with_guardian): ?> { data: 'parents.fathers_name', name: 'parents.fathers_name' }, <?php endif; ?> { data: 'dob', name: 'dob' }, <?php if(moduleStatusCheck('University')): ?> { data: 'semester_label', name: 'semester_label' }, { data: 'class_sec', name: 'class_sec' }, <?php else: ?> { data: 'class_sec', name: 'class_sec' }, <?php endif; ?> { data: 'gender.base_setup_name', name: 'gender.base_setup_name' }, { data: 'category.category_name', name: 'category.category_name' }, { data: 'mobile', name: 'sm_students.mobile' }, { data: 'action', name: 'action', orderable: false, searchable: false }, { data: 'first_name', name: 'first_name', visible: false }, { data: 'last_name', name: 'last_name', visible: false }, ], bLengthChange: false, bDestroy: true, language: { search: "<i class='ti-search'></i>", searchPlaceholder: window.jsLang('quick_search'), paginate: { next: "<i class='ti-arrow-right'></i>", previous: "<i class='ti-arrow-left'></i>", }, }, dom: "Bfrtip", buttons: [{ extend: "copyHtml5", text: '<i class="fa fa-files-o"></i>', title: $("#logo_title").val(), titleAttr: window.jsLang('copy_table'), exportOptions: { columns: ':visible:not(.not-export-col)' }, }, { extend: "excelHtml5", text: '<i class="fa fa-file-excel-o"></i>', titleAttr: window.jsLang('export_to_excel'), title: $("#logo_title").val(), margin: [10, 10, 10, 0], exportOptions: { columns: ':visible:not(.not-export-col)' }, }, { extend: "csvHtml5", text: '<i class="fa fa-file-text-o"></i>', titleAttr: window.jsLang('export_to_csv'), exportOptions: { columns: ':visible:not(.not-export-col)' }, }, { extend: "pdfHtml5", text: '<i class="fa fa-file-pdf-o"></i>', title: $("#logo_title").val(), titleAttr: window.jsLang('export_to_pdf'), exportOptions: { columns: ':visible:not(.not-export-col)' }, orientation: "landscape", pageSize: "A4", margin: [0, 0, 0, 12], alignment: "center", header: true, customize: function(doc) { doc.content[1].margin = [100, 0, 100, 0]; //left, top, right, bottom doc.content.splice(1, 0, { margin: [0, 0, 0, 12], alignment: "center", image: "data:image/png;base64," + $("#logo_img").val(), }); doc.defaultStyle = { font: 'DejaVuSans' } }, }, { extend: "print", text: '<i class="fa fa-print"></i>', titleAttr: window.jsLang('print'), title: $("#logo_title").val(), exportOptions: { columns: ':visible:not(.not-export-col)' }, }, { extend: "colvis", text: '<i class="fa fa-columns"></i>', postfixButtons: ["colvisRestore"], }, ], columnDefs: [{ visible: false, }, ], responsive: true, }); }); </script> <?php $__env->stopPush(); ?> <?php echo $__env->make('backEnd.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/forge/kader-lms.com/resources/views/backEnd/studentInformation/student_details.blade.php ENDPATH**/ ?>