@if ($errors->has('site'))
{{ $errors->first('site') }}
@endif
@if ($errors->has('essence'))
{{ $errors->first('essence') }}
@endif
@if ($errors->has('unite'))
{{ $errors->first('unite') }}
@endif
@if ($errors->has('humidite'))
{{ $errors->first('humidite') }}
@endif
@if ($errors->has('origine'))
{{ $errors->first('origine') }}
@endif