@extends('layouts.app') @section('title', 'Capacitación — Detalle') @section('page-title', 'Capacitación — Detalle') @section('content') {{-- Flash messages --}} @if(session('success'))
{{ $capacitacion->codigo ?? '—' }}
{{ $capacitacion->observaciones }}
| # | Nombre | Cargo | Firmó |
|---|---|---|---|
| {{ $i + 1 }} | {{ $as->nombre }} | {{ $as->cargo ?: '—' }} | @if($as->firmo) ✓ @else — @endif |
| Sin asistentes registrados. | |||