@if ($errors->has('page_layout_style'))
{{ $errors->first('page_layout_style') }}
@endif
@foreach ($roles as $role)
@if ($role->id != 2 && $role->id != 3)
id, $applicableUsers) ? 'checked' : '') : '' }}>
@endif
@endforeach
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@lang('admin.user_photo_style')
@lang('admin.layout_spacing')
@lang('student.admission_no')
@if (moduleStatusCheck('University'))
@lang('university::un.session')
@lang('university::un.faculty')
@lang('university::un.department')
@lang('university::un.academic')
@lang('university::un.semester')
{{--
@lang('university::un.semester_label')
--}}
@else
@endif
@php
$check = 'checked';
@endphp
@lang('student.father_name')
@lang('student.mother_name')
@lang('common.date_of_birth')
@lang('student.blood_group')
@php
$tooltip = '';
if (userPermission('create-id-card')) {
$tooltip = '';
} else {
$tooltip = 'You have no permission to add';
}
@endphp