diff --git a/resources/views/components/documents/show/get-paid.blade.php b/resources/views/components/documents/show/get-paid.blade.php index 35d39cfed..d49c4b78e 100644 --- a/resources/views/components/documents/show/get-paid.blade.php +++ b/resources/views/components/documents/show/get-paid.blade.php @@ -27,7 +27,7 @@ @if (! $hideAcceptPayment) {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }} - + - diff --git a/resources/views/components/documents/show/make-payment.blade.php b/resources/views/components/documents/show/make-payment.blade.php index ef98d25f6..67773333b 100644 --- a/resources/views/components/documents/show/make-payment.blade.php +++ b/resources/views/components/documents/show/make-payment.blade.php @@ -26,7 +26,7 @@ @stack('timeline_get_paid_body_button_payment_end') -
+
{{ trans('bills.payment_made') }} : @@ -45,13 +45,17 @@
@if (! empty($transaction->contact) && $transaction->contact->email) - - {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }} + + + {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }} + @else - - {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }} + + + {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }} + @endif @@ -61,10 +65,12 @@ - {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }} + + {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }} + - @@ -82,8 +88,8 @@ :title="trans('general.title.delete', ['type' => trans_choice('general.payments', 1)])" :message="$message" :label="trans('general.title.delete', ['type' => trans_choice('general.payments', 1)])" - class="text-purple" - text-class="text-purple" + class="text-purple mt-1" + text-class="border-b border-transparent transition-all hover:border-purple" override="class" />