{{-- Imagen destacada --}}

Da clic en el botón subir imagen, selecciona tu imagen destacada y da clic en aceptar

Subir material
@foreach ($curso->materialCursos as $key => $item)
Ver
@endforeach
@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
--}}