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

Categorías de productos

@stop @section('content') Nueva categoría
@if (count($categoryproducts) > 0)
@foreach ($categoryproducts as $cp) @endforeach
Nombre  
{{ $cp->name }}
 Editar {{ $cp->name }}
@foreach ($categoryproducts as $cp) @endforeach @endif @stop @section('css') @stop @if (isset($message)) @if ($message == false) @endif @if ($message == true) @endif @endif