@extends('layouts.portal') @section('title', __('menus.title') . ' — ' . config('app.name')) @section('page_title', __('menus.title')) @section('content')
| {{ __('patients.full_name') }} | {{ __('patients.diet_type') }} | {{ __('menus.starts_on') }} | {{ __('menus.duration') }} | {{ __('patients.target_calories') }} | {{ __('menus.generated_by') }} | {{ __('common.status') }} | |
|---|---|---|---|---|---|---|---|
| {{ $menu->patient?->full_name }} | {{ $menu->dietType?->name }} | {{ $menu->starts_on?->format('Y-m-d') }} | {{ $menu->duration_days }} {{ __('common.days') }} | {{ number_format($menu->target_calories) }} | {{ $menu->generator?->name }} | {{ __('common.actions') }} | |
| {{ __('menus.empty') }} | |||||||