@if ($errors->has('data_abertura'))
{{ $errors->first('data_abertura') }}
@endif
@if ($errors->has('titulo'))
{{ $errors->first('titulo') }}
@endif
@if ($errors->has('solicitante'))
{{ $errors->first('solicitante') }}
@endif
@if ($errors->has('motivo'))
{{ $errors->first('motivo') }}
@endif
@if ($errors->has('user_responsavel'))
{{ $errors->first('user_responsavel') }}
@endif