@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.psihologAnketum.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name_childe'))
{{ $errors->first('name_childe') }}
@endif {{ trans('cruds.psihologAnketum.fields.name_childe_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.psihologAnketum.fields.date_helper') }}
@if($errors->has('name_psyholog'))
{{ $errors->first('name_psyholog') }}
@endif {{ trans('cruds.psihologAnketum.fields.name_psyholog_helper') }}
@foreach(App\Models\PsihologAnketum::NEBYLICI_RADIO as $key => $label)
nebylici) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('nebylici'))
{{ $errors->first('nebylici') }}
@endif {{ trans('cruds.psihologAnketum.fields.nebylici_helper') }}
@if($errors->has('visual_memory'))
{{ $errors->first('visual_memory') }}
@endif {{ trans('cruds.psihologAnketum.fields.visual_memory_helper') }}
@foreach(App\Models\PsihologAnketum::READING_RADIO as $key => $label)
reading) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('reading'))
{{ $errors->first('reading') }}
@endif {{ trans('cruds.psihologAnketum.fields.reading_helper') }}
@if($errors->has('auditory_memory'))
{{ $errors->first('auditory_memory') }}
@endif {{ trans('cruds.psihologAnketum.fields.auditory_memory_helper') }}
@foreach(App\Models\PsihologAnketum::FOURTH_IS_REDUNDANT_RADIO as $key => $label)
fourth_is_redundant) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('fourth_is_redundant'))
{{ $errors->first('fourth_is_redundant') }}
@endif {{ trans('cruds.psihologAnketum.fields.fourth_is_redundant_helper') }}
@foreach(App\Models\PsihologAnketum::LOGICAL_LINES_RADIO as $key => $label)
logical_lines) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('logical_lines'))
{{ $errors->first('logical_lines') }}
@endif {{ trans('cruds.psihologAnketum.fields.logical_lines_helper') }}
social_readiness || old('social_readiness', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness'))
{{ $errors->first('social_readiness') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_helper') }}
social_readiness_2 || old('social_readiness_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_2'))
{{ $errors->first('social_readiness_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_2_helper') }}
social_readiness_3 || old('social_readiness_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_3'))
{{ $errors->first('social_readiness_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_3_helper') }}
social_readiness_4 || old('social_readiness_4', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_4'))
{{ $errors->first('social_readiness_4') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_4_helper') }}
social_readiness_5 || old('social_readiness_5', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_5'))
{{ $errors->first('social_readiness_5') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_5_helper') }}
social_readiness_6 || old('social_readiness_6', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_6'))
{{ $errors->first('social_readiness_6') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_6_helper') }}
social_readiness_7 || old('social_readiness_7', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('social_readiness_7'))
{{ $errors->first('social_readiness_7') }}
@endif {{ trans('cruds.psihologAnketum.fields.social_readiness_7_helper') }}
self_regulation || old('self_regulation', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation'))
{{ $errors->first('self_regulation') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_helper') }}
self_regulation_2 || old('self_regulation_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_2'))
{{ $errors->first('self_regulation_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_2_helper') }}
self_regulation_3 || old('self_regulation_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_3'))
{{ $errors->first('self_regulation_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_3_helper') }}
self_regulation_4 || old('self_regulation_4', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_4'))
{{ $errors->first('self_regulation_4') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_4_helper') }}
self_regulation_5 || old('self_regulation_5', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_5'))
{{ $errors->first('self_regulation_5') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_5_helper') }}
self_regulation_6 || old('self_regulation_6', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_6'))
{{ $errors->first('self_regulation_6') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_6_helper') }}
self_regulation_7 || old('self_regulation_7', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_7'))
{{ $errors->first('self_regulation_7') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_7_helper') }}
self_regulation_8 || old('self_regulation_8', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_8'))
{{ $errors->first('self_regulation_8') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_8_helper') }}
self_regulation_9 || old('self_regulation_9', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('self_regulation_9'))
{{ $errors->first('self_regulation_9') }}
@endif {{ trans('cruds.psihologAnketum.fields.self_regulation_9_helper') }}
@foreach(App\Models\PsihologAnketum::MOTIVATION_TO_STUDY_RADIO as $key => $label)
motivation_to_study) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('motivation_to_study'))
{{ $errors->first('motivation_to_study') }}
@endif {{ trans('cruds.psihologAnketum.fields.motivation_to_study_helper') }}
speech_physiology || old('speech_physiology', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology'))
{{ $errors->first('speech_physiology') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_helper') }}
speech_physiology_2 || old('speech_physiology_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_2'))
{{ $errors->first('speech_physiology_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_2_helper') }}
speech_physiology_3 || old('speech_physiology_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_3'))
{{ $errors->first('speech_physiology_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_3_helper') }}
speech_physiology_4 || old('speech_physiology_4', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_4'))
{{ $errors->first('speech_physiology_4') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_4_helper') }}
speech_physiology_5 || old('speech_physiology_5', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_5'))
{{ $errors->first('speech_physiology_5') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_5_helper') }}
speech_physiology_6 || old('speech_physiology_6', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_6'))
{{ $errors->first('speech_physiology_6') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_6_helper') }}
speech_physiology_7 || old('speech_physiology_7', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_7'))
{{ $errors->first('speech_physiology_7') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_7_helper') }}
speech_physiology_8 || old('speech_physiology_8', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('speech_physiology_8'))
{{ $errors->first('speech_physiology_8') }}
@endif {{ trans('cruds.psihologAnketum.fields.speech_physiology_8_helper') }}
physiology_0 || old('physiology_0', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('physiology_0'))
{{ $errors->first('physiology_0') }}
@endif {{ trans('cruds.psihologAnketum.fields.physiology_0_helper') }}
physiology || old('physiology', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('physiology'))
{{ $errors->first('physiology') }}
@endif {{ trans('cruds.psihologAnketum.fields.physiology_helper') }}
physiology_2 || old('physiology_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('physiology_2'))
{{ $errors->first('physiology_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.physiology_2_helper') }}
physiology_3 || old('physiology_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('physiology_3'))
{{ $errors->first('physiology_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.physiology_3_helper') }}
physiology_4 || old('physiology_4', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('physiology_4'))
{{ $errors->first('physiology_4') }}
@endif {{ trans('cruds.psihologAnketum.fields.physiology_4_helper') }}
@foreach(App\Models\PsihologAnketum::READING_TEMPO_RADIO as $key => $label)
reading_tempo) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('reading_tempo'))
{{ $errors->first('reading_tempo') }}
@endif {{ trans('cruds.psihologAnketum.fields.reading_tempo_helper') }}
@foreach(App\Models\PsihologAnketum::WAY_OF_READING_RADIO as $key => $label)
way_of_reading) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('way_of_reading'))
{{ $errors->first('way_of_reading') }}
@endif {{ trans('cruds.psihologAnketum.fields.way_of_reading_helper') }}
fish || old('fish', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('fish'))
{{ $errors->first('fish') }}
@endif {{ trans('cruds.psihologAnketum.fields.fish_helper') }}
fish_2 || old('fish_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('fish_2'))
{{ $errors->first('fish_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.fish_2_helper') }}
fish_3 || old('fish_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('fish_3'))
{{ $errors->first('fish_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.fish_3_helper') }}
fish_4 || old('fish_4', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('fish_4'))
{{ $errors->first('fish_4') }}
@endif {{ trans('cruds.psihologAnketum.fields.fish_4_helper') }}
copying_figures || old('copying_figures', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('copying_figures'))
{{ $errors->first('copying_figures') }}
@endif {{ trans('cruds.psihologAnketum.fields.copying_figures_helper') }}
copying_figures_2 || old('copying_figures_2', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('copying_figures_2'))
{{ $errors->first('copying_figures_2') }}
@endif {{ trans('cruds.psihologAnketum.fields.copying_figures_2_helper') }}
copying_figures_3 || old('copying_figures_3', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('copying_figures_3'))
{{ $errors->first('copying_figures_3') }}
@endif {{ trans('cruds.psihologAnketum.fields.copying_figures_3_helper') }}
@if($errors->has('interview'))
{{ $errors->first('interview') }}
@endif {{ trans('cruds.psihologAnketum.fields.interview_helper') }}
@if($errors->has('conclusion'))
{{ $errors->first('conclusion') }}
@endif {{ trans('cruds.psihologAnketum.fields.conclusion_helper') }}
@if($errors->has('behavior'))
{{ $errors->first('behavior') }}
@endif {{ trans('cruds.psihologAnketum.fields.behavior_helper') }}
@endsection