@extends('auth.layout') @section('className', 'register') @section('content')

Créer un nouveau compte

@csrf
 
@if ($errors->has('name')) @endif
@if ($errors->has('email')) @endif
 
@if ($errors->has('password')) @endif
 
J'ai déjà un compte
@endsection