@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('usersData'))
{{ $errors->first('usersData') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@if ($errors->has('uimage'))
{{ $errors->first('uimage') }}
@endif