@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Add New Meal
@csrf
Add Meal
{{-- Meal Name --}}
Meal Name:
Save
{{-- Meal Name End --}}
@include('partials.footer')
@include('global.footer-links')