From fc89b9c068ed2d8f0c4383d6b6142d2e7a46d602 Mon Sep 17 00:00:00 2001 From: Kwesi Banson Jnr Date: Sat, 8 Aug 2026 21:01:19 +0000 Subject: [PATCH] css fix on notes tab --- resources/views/clients/show.blade.php | 41 +++++++++++++------------- 1 file changed, 21 insertions(+), 20 deletions(-) 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 +