@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') Logros de: {{ $curso->nombre }} @endslot @endcomponent
@foreach ($logros as $logro) @endforeach
ID Nombre Descripción Fecha Creación Acciones
{{ $logro->id }} {{ $logro->nombre }} {{ $logro->descripcion }} {{ \Carbon\Carbon::parse($logro->fecha_creacion)->format('Y-m-d H:i') }}
@endsection @section('script') @endsection