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

Experiencia laboral

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

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

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