diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index e3574de72..ee7b5528d 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -162,15 +162,18 @@ {{ $item->contact->name }} - + @if ($item->document) - - {{ $item->document->document_number }} - +
+ + {{ $item->document->document_number }} + -
+
+
- + +
@else @endif diff --git a/resources/views/components/contacts/show/content.blade.php b/resources/views/components/contacts/show/content.blade.php index 765cfa22b..d0f9c7a01 100644 --- a/resources/views/components/contacts/show/content.blade.php +++ b/resources/views/components/contacts/show/content.blade.php @@ -215,12 +215,12 @@ {{ $item->contact_name }}
- + {{ $item->document_number }} -
+
diff --git a/resources/views/components/documents/index/information.blade.php b/resources/views/components/documents/index/information.blade.php index a9b670b4c..a2e3fb1a6 100644 --- a/resources/views/components/documents/index/information.blade.php +++ b/resources/views/components/documents/index/information.blade.php @@ -1,4 +1,4 @@ -