@extends('frontend.inc.layout-front') @section('title') Identification || {{ env('APP_NAME') }} @endsection @section('container') Etape 1 : Identification @if ($errors->any()) Error! @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Prénoms * Nom * Genre * ---Choisissez--- @foreach ($genres as $item) {{ $item->libelle }} @endforeach E-mail * Suivant @endsection @section('jsScript') @endsection