@php if (count($keyStages) > 0) { $firstStage = $keyStages->first()->id; } @endphp @extends('layout.default') @section('content')
@foreach ($keyStages as $key => $keyStage) @endforeach
@endsection @section('pagecss') @endsection @section('scripts') @endsection