{{ $curso->id }}

{{ __('View course') }}

LECCIONES DEL CURSO


@foreach ($curso->section as $item)
@if ($item->id == $section->id)
@else

Sección:{{ $item->name }}

@livewire('instructor.curso-leccion', ['section' => $item], key('section'.$item->id))
@endif
@endforeach
Agregar lección.

Agregar sección.


Cancelar Guardar
@push('js') @endpush