@extends ('layouts/template') @section('content')
Created | Effective Date | Patient | Content |
---|---|---|---|
{{ friendly_date_time($note->created_at, true) }} | {{ friendly_date_time($note->effective_dateest, false) }} {{ $note->is_cancelled ? '[cancelled]' : '' }} | {{ $note->client->displayName() }} | free_text_html); if(strlen($textContent) > 200) { $textContent = substr($textContent, 0, 200) . '…'; } ?> {!! empty($textContent) ? '-' : $textContent !!} |