@extends('admin.layouts.layouts')
@section('content')
@push('css')
@endpush
Create Student
{{--
--}}
{{-- @if ($stageYears->isNotEmpty())
@endif --}}
@endsection
@push('js')
@include('admin.students.shared.input_student');
@include('shared.relodButton')
@endpush