@if ($errors->has('about'))
{{ $errors->first('about') }}
@endif
@if ($errors->has('vision'))
{{ $errors->first('vision') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@if ($errors->has('conditions'))
{{ $errors->first('conditions') }}
@endif