{{-- --}}
@foreach($students as $student)
@if(@$id_card->student_name == 1) @endif @if(!empty($id_card->academic_id)) @endif @if(@$id_card->admission_no == 1) @endif @if(@$id_card->class == 1) @endif @if(@$id_card->father_name == 1) @endif @if(@$id_card->mother_name == 1) @endif @if(@$id_card->student_address == 1) @endif @if(@$id_card->blood == 1) @endif @if(@$id_card->phone == 1) @endif @if(@$id_card->dob == 1) @endif

@lang('common.view_student_id_card')

student_photo) : asset('/backEnd/img/student/id-card-img.jpg') }}" alt="" style="width: 30%; margin-top: 5px;">
@lang('common.name') {{@$student->full_name}}
@lang('common.academic_year') {{@$student->academicYear->year}} - [{{@$student->academicYear->title}}]
@lang('student.admission_no') {{ @$student->admission_no}}
@lang('common.class') {{ @$student->class!=""?@$student->class->class_name:""}} ({{ @$student->section!=""?@$student->section->section_name:""}})
@lang('student.father_name') {{@$student->parents !=""?@$student->parents->fathers_name:""}}
@lang('student.mother_name') {{@$student->parents !=""?@$student->parents->mothers_name:""}}
@lang('student.student_address') {{@$student->current_address!=""?@$student->current_address:""}}
@lang('student.blood_group') {{@$student->bloodGroup!=""?@$student->bloodGroup->base_setup_name:""}}
@lang('common.phone') {{@$student->mobile}}
@lang('common.date_of_birth') {{@dateConvert($student->date_of_birth)}}
{{@$id_card->designation}}

{{ @$id_card->address }}

@endforeach {{-- --}}