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

Habilidades

@csrf @if (!$candidate_cv->cskills()->exists())
@else
@foreach ($candidate_cv->cskills as $cskills)
@endforeach
@endif
@endsection @section('scripts') @parent @endsection