@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Birthday
@if ($errors->has('age'))
{{ $errors->first('age') }}
@endif
@if($allergy)
@endif
@foreach ($existing_contacts as $index => $contact)
@endforeach
@if ($errors->has('action_id'))
{{ $errors->first('action_id') }}
@endif
@if($courses_attach && count($courses_attach) > 0)
@foreach ($courses_attach as $primaryId)
@if($course = $courses->find($primaryId))
@endif
@endforeach
@endif