@extends('layouts.master') @section('title') Inicio @endsection @section('content') @section('css') @endsection @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Academico @endslot @slot('title') Supervición de Docentes @endslot @endcomponent

{{ $curso->nombre }}

{{ $horario->docente->nombre_completo }}

@csrf
Sílabo
@if($curso->tiene_silabo) Cumple @else No cumple @endif
tiene_silabo ? 'checked' : '' }}>
Sesiones

{{ $curso->total_sesiones }}

total_sesiones > 0 ? 'checked' : '' }}>
Asistencia

{{ $curso->total_asistencias }}

total_asistencias > 0 ? 'checked' : '' }}>
Archivos
@if($curso->tiene_archivos) Cumple @else No cumple @endif
tiene_archivos ? 'checked' : '' }}>
Notas
@if($curso->tiene_notas) Subidas @else Pendiente @endif
tiene_notas ? 'checked' : '' }}>
@endsection @section('script') @endsection