diff --git a/resources/views/components/documents/template/default.blade.php b/resources/views/components/documents/template/default.blade.php index 3247ee87c..b8cec6926 100644 --- a/resources/views/components/documents/template/default.blade.php +++ b/resources/views/components/documents/template/default.blade.php @@ -74,7 +74,7 @@

- @if ($hideContactInfo) + @if (!$hideContactInfo) {{ trans($textContactInfo) }}
@endif diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php index c961193b4..c66e6a08e 100644 --- a/resources/views/components/transactions/template/default.blade.php +++ b/resources/views/components/transactions/template/default.blade.php @@ -165,7 +165,7 @@ - @if ($hideContactInfo) + @if (!$hideContactInfo) {{ trans($textContactInfo) }}
@@ -276,7 +276,7 @@ - + @if (!$hideRelatedDocumentNumber)
{{ trans_choice($textRelatedDocumentNumber, 1) }} @@ -346,4 +346,4 @@
@endif -@endif \ No newline at end of file +@endif