@extends('teacher.layouts.layouts') @section('content') @push('css') @endpush

Create Student

{{--
@csrf
--}} {{-- @if ($stageYears->isNotEmpty())
@csrf
@endif --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @csrf
@csrf
@endsection @push('js') @include('teacher.shared.input_student'); @endpush