@include('partials.breadcrumbs') @include('layouts.crmnov')

Weekly Meal Planner

@php $weekdays=config('choicescrm.menu_weekdays'); $mealTypes = ['breakfast','lunch','dinner','snacks']; @endphp @foreach($weekdays as $weekday) @foreach($mealTypes as $mealType) @endforeach @endforeach
Weekly Meal Planner
@foreach($weekdays as $weekday) @endforeach
Weekday Breakfast Lunch Dinner Snacks
{{ucwords($weekday)}} @if(isset($data[$weekday]['breakfast'])){!! $data[$weekday]['breakfast'] !!}@endif @if(isset($data[$weekday]['lunch'])){!! $data[$weekday]['lunch'] !!}@endif @if(isset($data[$weekday]['dinner'])){!! $data[$weekday]['dinner'] !!}@endif @if(isset($data[$weekday]['snacks'])){!! $data[$weekday]['snacks'] !!}@endif
@if($role == 'admin' || (((isset($perm['home'][$id]) && ($perm['home'][$id]==1)) || ($perm['home']['bulk']==1)) && $role!='visitor'))
@endif