diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index e24fe81..beb09d5 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -343,27 +343,28 @@ Add Note - -
- @forelse($show_notes as $note) -
-

{{ $note->notes_body }}

-
- - - {{ $note->created_by_info->name ?? 'System User' }} - - - - {{ $note->created_at->format('d M Y, h:i A') }} - +
+
+ @forelse($show_notes as $note) +
+

{{ $note->notes_body }}

+
+ + + {{ $note->created_by_info->name ?? 'System User' }} + + + + {{ $note->created_at->format('d M Y, h:i A') }} + +
-
- @empty -
- No notes added for this client yet. -
- @endforelse + @empty +
+ No notes added for this client yet. +
+ @endforelse +