diff --git a/resources/views/components/documents/show/timeline.blade.php b/resources/views/components/documents/show/timeline.blade.php index 8b54fbbfd..c6de53c2c 100644 --- a/resources/views/components/documents/show/timeline.blade.php +++ b/resources/views/components/documents/show/timeline.blade.php @@ -74,7 +74,7 @@ @if (!$hideButtonSent) @can($permissionUpdate) @if($document->status == 'draft') - + {{ trans($textTimelineSentStatusMarkSent) }} @else @@ -90,7 +90,7 @@ @if (!$hideButtonReceived) @can($permissionUpdate) @if ($document->status == 'draft') - + {{ trans($textTimelineSentStatusReceived) }} @else @@ -125,7 +125,7 @@ @stack('timeline_sent_body_button_email_start') @if (!$hideButtonEmail) @if($document->contact_email) - + {{ trans($textTimelineSendStatusMail) }} @else @@ -193,7 +193,7 @@ @stack('timeline_get_paid_body_button_pay_start') @if (!$hideButtonPaid) @can($permissionUpdate) - + {{ trans($textTimelineGetPaidMarkPaid) }} @endcan