@extends('layouts.adminapp') @section('content') {{-- Create New Student --}}

{{ __('lng.Create') }} {{ __('lng.Alumni') }}

{{-- @if (session('warning'))
{{ session('warning') }}
@endif --}} @if ($warningMessage) @endif
@csrf
@error('date') {{ $message }} @enderror
Back
@endsection