@extends('layouts.guest') @section('page_title', 'Register') @section('page_subtitle', 'Create a new system user account') @section('content')
@csrf
Back to login
@endsection