@php $skill_category = @$step_verified_data['skill_category']; $ev_skill_category_ids = @$step_verified_data['ev_skill_category_ids']; @endphp

SELECT SKILLS

Begin by selecting the skill categories for activities you believe you can lead, teach or assist with at camp. You will choose the specific skills on the next page.

@php $no=0; @endphp @if(!empty($skill_category)) @foreach($skill_category as $category) @php $no++; @endphp @if($no%3==0)

@endif @endforeach @endif