@extends('layouts.main') @section('content') @include('partials.header') @include('partials.top-bar')

{{ $menu->name }}

/ Categories
@foreach ($categories as $category) @endforeach
@include('partials.footer') @include('modals.create-category') @endsection