@extends('layouts.master') @section('content')
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