@extends('backEnd.master') @section('title') @lang('examplan::exp.admit_card_setting') @endsection @push('css') @endpush @section('mainContent')
{{-- new design for admit setting --}}
@if ($errors->has('book_category_id')) {{ $errors->first('book_category_id') }} @endif

@lang('examplan::exp.layout_one') @lang('examplan::exp.admit_card_setting')

@csrf

@lang('examplan::exp.student_photo')

student_photo) checked @endif>
student_photo == 0) checked @endif>

@lang('examplan::exp.student_name')

student_name) checked @endif>
student_name == 0) checked @endif>

@lang('examplan::exp.gaurdian_name')

gaurdian_name) checked @endif>
gaurdian_name == 0) checked @endif>

@lang('examplan::exp.admission_no')

admission_no) checked @endif>
admission_no == 0) checked @endif>

@lang('examplan::exp.class_&_section')

class_section) checked @endif>
class_section == 0) checked @endif>

@lang('examplan::exp.exam_name')

exam_name) checked @endif>
exam_name == 0) checked @endif>

@lang('examplan::exp.academic_year')

academic_year) checked @endif>
academic_year == 0) checked @endif>

@lang('examplan::exp.school_address')

school_address) checked @endif>
school_address == 0) checked @endif>
{{-- new added --}}

@lang('examplan::exp.student_can_download')

student_download) checked @endif>
student_download == 0) checked @endif>

@lang('examplan::exp.parent_can_download')

parent_download) checked @endif>
parent_download == 0) checked @endif>

@lang('examplan::exp.student_notification')

student_notification) checked @endif>
student_notification == 0) checked @endif>

@lang('examplan::exp.parent_notification')

parent_notification) checked @endif>
parent_notification == 0) checked @endif>

@lang('examplan::exp.class_teacher_signature')

class_teacher_signature) checked @endif>
class_teacher_signature == 0) checked @endif>

@lang('examplan::exp.principal_signature')

principal_signature == 1) checked @endif>
principal_signature == 0) checked @endif>
@if ($errors->has('teacher_signature_photo')) {{ @$errors->first('teacher_signature_photo') }} @endif
@if ($errors->has('principal_signature_photo')) {{ @$errors->first('principal_signature_photo') }} @endif

@lang('examplan::exp.layout_two') @lang('examplan::exp.admit_card_setting')

@csrf

@lang('examplan::exp.student_photo')

student_photo) checked @endif>
student_photo == 0) checked @endif>

@lang('examplan::exp.student_name')

student_name) checked @endif>
student_name == 0) checked @endif>

@lang('student.father_names')

gaurdian_name) checked @endif>
gaurdian_name == 0) checked @endif>

@lang('examplan::exp.admission_no')

admission_no) checked @endif>
admission_no == 0) checked @endif>

@lang('examplan::exp.class_&_section')

class_section) checked @endif>
class_section == 0) checked @endif>

@lang('examplan::exp.exam_name')

exam_name) checked @endif>
exam_name == 0) checked @endif>

@lang('examplan::exp.academic_year')

academic_year) checked @endif>
academic_year == 0) checked @endif>

@lang('examplan::exp.school_address')

school_address) checked @endif>
school_address == 0) checked @endif>
{{-- new added --}}

@lang('examplan::exp.student_can_download')

student_download) checked @endif>
student_download == 0) checked @endif>

@lang('examplan::exp.parent_can_download')

parent_download) checked @endif>
parent_download == 0) checked @endif>

@lang('examplan::exp.student_notification')

student_notification) checked @endif>
student_notification == 0) checked @endif>

@lang('examplan::exp.parent_notification')

parent_notification) checked @endif>
parent_notification == 0) checked @endif>

@lang('examplan::exp.exam_controller_sign')

principal_signature == 1) checked @endif>
principal_signature == 0) checked @endif>
@if ($errors->has('principal_signature_photo_2')) {{ @$errors->first('principal_signature_photo_2') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{-- new design end here --}} @endsection @push('script') @endpush