@extends('layouts.master') @section('content')
Regresar
Inicio
Categorías Capacitaciones
Agregar categoría
@if($categories->count() == 0)
No se han creado categorías
@else
@foreach($categories as $category) @endforeach
Nombre
# de productos
Acciones
{{$category->name}}
Editar
@endif @stop @section('script') @stop