@extends('adminlte::page') @section('title','Tutoriales') @section('content_header')

Tutoriales del Sistema

Aprende a usar las diferentes funcionalidades del sistema

@stop @section('content')

Categorías

@php $isFirst = true; @endphp @foreach($categorias as $categoria => $datos)

{{ $datos['titulo'] }}

{{ $datos['descripcion'] }}

@if(count($datos['tutoriales']) > 0) @else
Próximamente se agregarán tutoriales en esta categoría.
@endif
@php $isFirst = false; @endphp @endforeach
@stop @section('css') @stop @section('js') @stop