@extends('auth.layout') @section('title', 'Registreren') @section('content')

Registreren

@if ($errors->any()) @endif
@csrf
Al een account? Inloggen
@endsection