@extends('layouts.portal') @section('title', __('onsite.details') . ' — ' . config('app.name')) @section('page_title', $consultation->patient_name ?? __('onsite.details')) @section('page_subtitle', $consultation->dietType?->name) @section('page_actions') {{ __('onsite.download_pdf') }} {{ __('onsite.back') }} @endsection @section('content')
{{ __('onsite.macro_carbs') }}
{{ number_format($consultation->carbs_g ?? 0, 1) }} {{ __('common.grams') }}
{{ __('onsite.macro_protein') }}
{{ number_format($consultation->protein_g ?? 0, 1) }} {{ __('common.grams') }}
{{ __('onsite.macro_fat') }}
{{ number_format($consultation->fat_g ?? 0, 1) }} {{ __('common.grams') }}
{{ $consultation->notes }}