Student Management
Edit Student
{{-- GLOBAL ERRORS --}}
@if ($errors->any())
Please fix the following errors:
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach