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

Instructores

@puede('Instructores', 'alta_instructor') @endpuede
@if (isset($status) && count($status) > 0) @foreach ($status as $key => $data)
@php $textColor = $data['color'] == 'bg-light' ? 'text-dark' : 'text-white'; @endphp
{{ $data['count'] }}
@endforeach @endif
Todos ({{ $totalInstructuresActual }})
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@endsection @push('scripts') @endpush