@extends('layout.template') @section('title', 'SICCAP ICATEP') @puede('Agenda', 'entrar_agenda') @section('content')

Agenda de Evaluaciones

{{-- @puede('Agenda', 'alta_agenda') @endpuede --}} @puede('Agenda', 'alta_agenda') Agendar Evaluación @endpuede @puede('Agenda', 'vinculacion_agenda') @endpuede
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@foreach ($agendas as $index => $item) @endforeach
FOLIO CLAVE NOMBRE ESTANDAR UNIDAD FECHA INICIAL FECHA FINAL HORA INICIAL HORA FINAL ACCIONES
{{ $item->age_clave ?? '-' }} {{ $item->age_certificacion_id ?? '-' }} {{ $item->age_eva_nombre }} {{ $item->age_certificacion_nombre }} {{ $item->age_unidad_nombre ?? '-' }} {{ \Carbon\Carbon::parse($item->age_fecha_inicio)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($item->age_fecha_termino)->format('d/m/Y') }} {{ $item->hora_inicial }} {{ $item->hora_final }}
@puede('Agenda', 'eliminar_agenda') @if ($item->age_estatus != 2) @endpuede @endif
@endsection @endpuede @push('scripts') @endpush