@extends('layouts.app') @section('titulo', 'Detalle del programa') @section('subtitulo', $programa->codigo) @php $tipoClases = [ 'carrera' => 'bg-brand-50 text-brand-600', 'curso' => 'bg-emerald-50 text-emerald-600', 'taller' => 'bg-amber-50 text-amber-600', 'idioma' => 'bg-violet-50 text-violet-600', 'diplomado' => 'bg-blue-50 text-blue-600', 'programa' => 'bg-slate-100 text-slate-600', ]; @endphp @section('contenido')
{{ $programa->descripcion ?? 'Sin descripción.' }}
{{ $label }}
{{ $valor }}