@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
@endsection @section('jsScript') @endsection