@if(isset($flag) && $flag == 'mailnote') @else @endif
| Date | Type | Provider | Assesment | Treatment | Recommandation | Prescribed Products |
|---|---|---|---|---|---|---|
| {{$result['date'] ?? ""}} | @isset($result['appointment_type']) {{$result['appointment_type']}} @else {{'-'}} @endisset | {{$result['service_provider_name'] ?? "-"}} | {!! preg_replace("/\r\n|\r|\n/", ' ', $result['assessment'] ?? "-") !!} |
{!! preg_replace("/\r\n|\r|\n/", ' ', $result['treatment'] ?? "-") !!} |
{!! preg_replace("/\r\n|\r|\n/", ' ', $result['recommendations'] ?? "-") !!} |
@if(isset($result['prescriptions']))
@foreach ($result['prescriptions']['products'] as $item)
{{$item['suggested_use'] ?? "-"}} @endforeach @endif |