@extends('layouts.app') @section('title')Scandia Bemanning: {{__('CV Database')}} @endsection @section('description')Explore the list of our resources and contact our sales to make a commitment. @endsection @section('content')

{{__("CV Database")}}

Explore the list of our resources and contact our sales to make a commitment.
@php $year_default_value = 5; $year_max_value = 10; $level_default_value = 5; @endphp
@foreach ($skillCategory as $skillCategories) @if($skillCategories->id == $selectedSkillCategory)
{{$skillCategories->skill_category}}
@else
{{$skillCategories->skill_category}}
@endif @endforeach
@include('partials.cv_skills',[$skillDetails])
@endsection