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

{{ $category->name }}

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