{{-- @extends('teacher.layouts.layouts') @section('content')
Create Teacher

Select Educational Stages

@csrf
@foreach ($stages as $stage)
id, $selectedStages)) checked @endif>
@endforeach
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection --}} {{-- @extends('teacher.layouts.layouts') @section('content') --}}
{{-- @endsection --}}