@extends('layouts.app') @section('title') Student Activation @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Applicant Search
{{-- @csrf --}}
@error('studen_no')
The student number field is required
@enderror
@endsection