@php $setting = generalSetting(); @endphp @lang('student.student_id_card')
@foreach($students as $student)

@lang('common.view_student_id_card')

@if(@$id_card->student_name == 1)
@lang('student.student_name')
{{ @$student->full_name }}
@endif @if(@$id_card->admission_no == 1)
@lang('student.admission_no')
{{@$student->admission_no}}
@endif @if(@$id_card->class == 1)
@lang('common.class')
{{@$student->class!=""?@$student->class->class_name:""}} ({{@$student->section!=""?@$student->section->section_name:""}})
@endif @if(@$id_card->father_name == 1)
@lang('student.father_name')
{{@$student->parents !=""?@$student->parents->fathers_name:""}}
@endif @if(@$id_card->mother_name == 1)
@lang('student.mother_name')
{{@$student->parents!=""?@$student->parents->mothers_name:""}}
@endif @if(@$id_card->blood == 1)
@lang('student.blood_group')
{{@$student->bloodGroup !=""?@$student->bloodGroup->base_setup_name:""}}
@endif @if(@$id_card->phone == 1)
@lang('common.phone')
{{@$student->mobile}}
@endif @if(@$id_card->dob == 1)
@lang('common.date_of_birth')
{{@$student->birth_of_birth != ""? dateConvert(@$student->birth_of_birth):''}}
@endif
{{ @$id_card->designation }}

{{ @$id_card->address }}

@endforeach