@if ($errors->has('nombre'))
{{ $errors->first('nombre') }}
@endif
@if ($errors->has('categoria'))
{{ $errors->first('categoria') }}
@endif
@if ($errors->has('extracto'))
{{ $errors->first('extracto') }}
@endif
@if ($errors->has('descripcion'))
{{ $errors->first('descripcion') }}
@endif
@if ($errors->has('incluye'))
{{ $errors->first('incluye') }}
@endif
{{--
@if ($errors->has('horas'))
{{ $errors->first('horas') }}
@endif
--}}