@extends('layouts.main') @section('content') @include('partials.header') @include('partials.top-bar')
Edit > {{ $meal->name }}
@csrf
SELECTED ALLERGENS
CHOOSE ALLERGENS
  • Fish
  • Eggs
  • Celery
  • Crustaceans
  • Gluten
  • Love
  • Lupin
  • Menu
  • Milk
  • Molluscs
  • Mustard
  • Nuts
  • Peanuts
  • Sesame
  • Soya
  • Sulphites
@include('partials.footer') {{-- @include('modals.create-meal') --}} @endsection @section('js') @endsection