@extends('backEnd.master') @section('title') @lang('admin.generate_certificate') @endsection @section('mainContent') @lang('admin.generate_certificate') @lang('common.dashboard') @lang('admin.admin_section') @lang('admin.generate_certificate') @lang('common.select_criteria') {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'certificate-bulk-print-seacrh', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @lang('common.select_class') * @foreach($classes as $class) id? 'selected':''):''}}>{{@$class->class_name}} @endforeach @if ($errors->has('class')) {{ @$errors->first('class') }} @endif @lang('common.select_section') @lang('common.select_certificate') * @foreach($certificates as $certificate) id? 'selected': ''): (old("certificate") == $certificate->id ? "selected":"")}}>{{@$certificate->name}} @endforeach @if ($errors->has('certificate')) {{ @$errors->first('certificate') }} @endif @lang('common.search') {{ Form::close() }} @if(isset($students)) @lang('common.student_list') @lang('admin.generate') @lang('common.all') @lang('student.admission_no') @lang('common.name') @lang('common.class_Sec') @lang('student.father_name') @lang('common.date_of_birth') @lang('common.gender') @lang('common.mobile') @foreach($students as $student) {{@$student->admission_no}} {{@$student->full_name}} {{@$student->class !=""?@$student->class->class_name:""}} ({{@$student->section !=""?@$student->section->section_name:""}}) {{@$student->parents !=""?@$student->parents->fathers_name:""}} {{@$student->date_of_birth != ""? dateConvert(@$student->date_of_birth):''}} {{@$student->gender!=""?@$student->gender->base_setup_name:""}} {{@$student->mobile}} @endforeach @endif @endsection @include('backEnd.partials.data_table_js')