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