@extends('dashboard') @section('content')

MODIFICATION CLIENT

Veuillez remplir ces champs

{{ csrf_field() }}
@if ($errors->has('nom')) {{ $errors->first('nom') }} @endif
@if ($errors->has('prenom')) {{ $errors->first('prenom') }} @endif
@if ($errors->has('telephone')) {{ $errors->first('telephone') }} @endif
@if ($errors->has('adresse_email')) {{ $errors->first('adresse_email') }} @endif
@if ($errors->has('numero_cin_passeport')) {{ $errors->first('numero_cin_passeport') }} @endif
@if ($errors->has('residence')) {{ $errors->first('residence') }} @endif
@endsection