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