@extends('candidate.account') @section('styles') @parent @endsection @section('cv_content')

Preparación Académica

@csrf @if (!$candidate_cv->ceducation()->exists())

@else
@php $conteo = 0; @endphp @foreach ($candidate_cv->ceducation as $ceducation)

actual_study == 1) ? "checked" : ""}} />
actual_study == 1) ? "disabled" : ""}}>
@php $conteo++; @endphp @endforeach
@endif
@endsection @section('scripts') @parent @endsection