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

Certificaciones/Diplomados

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

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

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