@extends('layouts.app') @section('title', 'Categories') @section('content')

Categories

@csrf
@foreach ($categories as $c) @endforeach
NameMenu Group# ItemsPrints To
{{ $c->name }}
@csrf @method('PATCH')
{{ $c->products_count }}
@csrf @method('PATCH')
@csrf @method('DELETE')
Manage Menu Groups Manage Printers Per-Branch Printer Routing Import Menu (CSV) @endsection