RELACIÓN FAMILIAR

Relación del estudiante con la familia

{{ Form::label('','Con el padre la relación es:') }}
@if(count($relationFather)>0) @foreach($relationFather as $father) @if(isset($father->selected))
{{ Form::label('',$father->name_dca)}} @endif @endforeach @endif
{{ Form::label('','Con la madre la relación es:') }}
@if(count($relationMother)>0) @foreach($relationMother as $mother) @if(isset($mother->selected))
{{ Form::label('',$mother->name_dca)}} @endif @endforeach @endif

Conducta

{{ Form::label('','Conducta(s) frecuente(s):') }}
@if(count($behavior)>0)
@foreach($behavior as $option) @if(isset($mother->selected)) @else @endif @endforeach
{{ Form::label('',$option->name_dca)}} {{ Form::label('','Sí')}} {{ Form::label('',$option->name_dca)}} {{ Form::label('','No')}}
@endif
{{ Form::label('','¿Con quién pasa su hijo(a) en la tarde:?') }}

@if(isset($dceYearData->who_cares_afternoon)) @else @endif
{{ Form::label('',$dceYearData->who_cares_afternoon)}} {{ Form::label('','No Disponible')}}
{{ Form::label('','¿Cuánto tiempo comparte diariamente con su hijo?:') }}

@if(isset($dceYearData->time_share_with_parents)) @else @endif
{{ Form::label('',$dceYearData->time_share_with_parents)}} {{ Form::label('','No Disponible')}}