@extends('layout.default') @section('title', $__t('Meal plan')) @section('activeNav', 'mealplan') @section('viewJsName', 'mealplan') @push('pageStyles') @endpush @section('grocyConfigProps') fullcalendarEventSources: {!! json_encode([ "events" => $fullcalendarEventSources ]) !!}, internalRecipes: {!! json_encode($internalRecipes) !!}, recipesResolved: {!! json_encode($recipesResolved) !!}, QuantityUnits: {!! json_encode($quantityUnits) !!}, QuantityUnitConversionsResolved: {!! json_encode($quantityUnitConversionsResolved) !!}, MealPlanFirstDayOfWeek: '{{ GROCY_MEAL_PLAN_FIRST_DAY_OF_WEEK }}', @endsection @section('content')