@extends('layouts.student-booking-application') @section('step', 1) @section('holiday-form-content')
@csrf

Choose holidays

Please select which event options you are able to attend.

@foreach($options as $value => $label) @endforeach

Previous Holidays

Have you attended an {{$campGroup->name}} Holiday before

@endsection