@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Academico @endslot @slot('title') Subcomponentes de: {{ $logro->nombre }} @endslot @endcomponent
| ID | Nombre | Descripción | Peso (%) | Fecha Creación | Acciones |
|---|---|---|---|---|---|
| {{ $sub->id }} | {{ $sub->nombre }} | {{ $sub->descripcion }} | {{ $sub->peso }} | {{ \Carbon\Carbon::parse($sub->fecha_creacion)->format('Y-m-d H:i') }} | [acciones aquí] |