@extends('layouts.app') @section('title', 'Inscription') @php $showNav = false; @endphp @section('content')
LLMbots.fr

Commencez à analyser vos crawlers IA

Inscription

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Minimum 8 caractères

Déjà un compte ? Se connecter

@endsection