@extends('layouts.app') @section('content')
Inscription
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif
@csrf
Nom et Prénom:
Téléphone:
@endsection