{{ $sno++ }} |
{!! formatedDateTime($records->vitals_date_time) !!} |
@php
$body_vital_histories = json_decode($records->body_vital_value,true);
@endphp
@if(isset($body_vital_histories) && !is_null($body_vital_histories) && count($body_vital_histories) > 0)
@foreach($body_vital_histories as $vital_key => $value)
{!! $body_vital[$vital_key] ?? '' !!}: {!! $value !!} {!! end($body_vital_histories) == $value ? '' : ', ' !!}
@endforeach
@endif
|
{{-- @foreach ($records['vital_history'] as $key => $vital)
{!! $vital->body_vital_value ?? 'N/A' !!} |
@endforeach --}}
|
|
@endforeach
@else