@include('components.header')

Enregistrement encour...

Client | Ajout

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (session()->has('notification.message'))
{{session('notification.message')}}
@endif
@csrf