diff --git a/resources/views/livewire/lawyer/dashboard/contract-drafting.blade.php b/resources/views/livewire/lawyer/dashboard/contract-drafting.blade.php index 2376f6c..4748444 100644 --- a/resources/views/livewire/lawyer/dashboard/contract-drafting.blade.php +++ b/resources/views/livewire/lawyer/dashboard/contract-drafting.blade.php @@ -43,7 +43,6 @@ - @if($savedAgreements->count() > 0)
@@ -56,6 +55,7 @@
+ @if($savedAgreements->count() > 0)
@foreach($savedAgreements as $agreement)
@@ -97,8 +97,14 @@ class="px-4 py-2 bg-gray-800 text-white rounded-lg hover:bg-gray-900 transition-
@endforeach
+ @else +
+ +

No contract templates yet

+

Create your first contract template to get started.

+
+ @endif
- @endif