@php if (count($keyStages) > 0) { $firstStage = $keyStages->first()->id; } @endphp @extends('frontend.layouts.default') @section('content')
BETA
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} @if($type_id == 2 ) @endif @if($type_id == 2)
@elseif($type_id == 1)
@foreach ($keyStages as $key => $keyStage) @endforeach
@else @php $btntxt = $type_id == 2?'Worksheet Generator':''; @endphp
@endif
@endsection @section('scripts') @if($type_id ==1) @endif @endsection