@extends('layouts.app') @section('title') Student Registration @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Student Search
@error('student_no')
The student number field is required
@enderror
@endsection