@extends('layouts.header') @section('content')

School Registration Form

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@endsection