@extends('layouts.app') @section('title', 'Inscription') @section('content')
```
{{-- ===================================================== PARTIE GAUCHE : DESKTOP ====================================================== --}} {{-- ===================================================== PARTIE DROITE : FORMULAIRE ====================================================== --}}
{{-- Header mobile --}}

Rejoins l'aventure

Crée ton compte en quelques secondes.

{{-- Header desktop --}} {{-- FORMULAIRE --}}
@csrf {{-- NOM --}}
{{-- EMAIL --}}
{{-- TELEPHONE --}}
{{-- TYPE DE COMPTE --}}
Choisis ton profil
{{-- ACHETEUR --}} {{-- ORGANISATEUR --}}
{{-- ENTREPRISE --}}
{{-- MOT DE PASSE --}}
{{-- CONFIRMATION --}}
{{-- CONDITIONS --}}

En créant ton compte, tu acceptes nos conditions d'utilisation et notre politique de confidentialité .

{{-- BOUTON --}}
{{-- CONNEXION --}}

Tu as déjà un compte ? Connecte-toi

{{-- SECURITE --}}
Inscription sécurisée
```
@endsection