@extends('layouts.app') @section('title') Student Activation @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Applicant Search
@csrf
@error('applicant_number')
{{$message}}
@enderror
@endsection