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

{{ $category->name }}

/ Edit
{{-- EDIT CATEGORY --}}
@csrf
{{--

Create Menu

--}}

Cancel

@include('partials.footer') {{-- @include('modals.create-meal') --}} @endsection