@extends('layouts.app') @section('title', 'Register - Procurement Portal') @section('content')

User Registration

This form creates user accounts only. Admin access must be changed manually from the database.

@include('layouts.partials.messages')
@csrf
Back to Login
@endsection