{{ @$data['title'] }}
@csrf
@if ($errors->has('shift_id'))
{{ $errors->first('shift_id') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@foreach ($data['competence_types'] as $competence_type)
{{ $competence_type->name }}

@foreach ($competence_type->competencies as $competences)

{{ $competences->name }}

@endforeach @endforeach