+
+ @if (! empty($transaction->contact) && $transaction->contact->email)
+ id) }}', '{{ $transactionEmailTemplate }}')">
{{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }}
-
- @endif
+ @else
+
+
+
+ {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }}
+
+
+
+ @endif
- -
+ -
- $document->id, 'transaction' => $transaction->id]) }}')"
- id="show-slider-actions-transaction-edit-{{ $document->type }}-{{ $transaction->id }}"
- class="text-purple mt-1"
- override="class"
- >
-
- {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }}
-
-
+ $document->id, 'transaction' => $transaction->id]) }}')"
+ id="show-slider-actions-transaction-edit-{{ $document->type }}-{{ $transaction->id }}"
+ class="text-purple mt-1"
+ override="class"
+ >
+
+ {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }}
+
+
- -
+ -
- @php
- $message = trans('general.delete_confirm', [
- 'name' => '' . Date::parse($transaction->paid_at)->format(company_date_format()) . ' - ' . money($transaction->amount, $transaction->currency_code, true) . ' - ' . $transaction->account->name . '',
- 'type' => strtolower(trans_choice('general.transactions', 1))
- ]);
- @endphp
+ @php
+ $message = trans('general.delete_confirm', [
+ 'name' => '' . Date::parse($transaction->paid_at)->format(company_date_format()) . ' - ' . money($transaction->amount, $transaction->currency_code, true) . ' - ' . $transaction->account->name . '',
+ 'type' => strtolower(trans_choice('general.transactions', 1))
+ ]);
+ @endphp
-
+
+
@endforeach
@else
diff --git a/resources/views/components/documents/show/make-payment.blade.php b/resources/views/components/documents/show/make-payment.blade.php
index ed7a37304..c382bae9a 100644
--- a/resources/views/components/documents/show/make-payment.blade.php
+++ b/resources/views/components/documents/show/make-payment.blade.php
@@ -44,54 +44,56 @@
- @if (! empty($transaction->contact) && $transaction->contact->email)
- id) }}', '{{ $transactionEmailTemplate }}')">
-
- {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }}
-
-
- @else
-
-
+
+ @if (! empty($transaction->contact) && $transaction->contact->email)
+ id) }}', '{{ $transactionEmailTemplate }}')">
{{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }}
-
- @endif
+ @else
+
+
+
+ {{ trans('general.title.send', ['type' => trans_choice('general.receipts', 1)]) }}
+
+
+
+ @endif
- -
+ -
- $document->id, 'transaction' => $transaction->id]) }}')"
- id="show-slider-actions-transaction-edit-{{ $document->type }}-{{ $transaction->id }}"
- class="text-purple mt-1"
- override="class"
- >
-
- {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }}
-
-
+ $document->id, 'transaction' => $transaction->id]) }}')"
+ id="show-slider-actions-transaction-edit-{{ $document->type }}-{{ $transaction->id }}"
+ class="text-purple mt-1"
+ override="class"
+ >
+
+ {{ trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]) }}
+
+
- -
+ -
- @php
- $message = trans('general.delete_confirm', [
- 'name' => '' . Date::parse($transaction->paid_at)->format(company_date_format()) . ' - ' . money($transaction->amount, $transaction->currency_code, true) . ' - ' . $transaction->account->name . '',
- 'type' => strtolower(trans_choice('general.transactions', 1))
- ]);
- @endphp
+ @php
+ $message = trans('general.delete_confirm', [
+ 'name' => '' . Date::parse($transaction->paid_at)->format(company_date_format()) . ' - ' . money($transaction->amount, $transaction->currency_code, true) . ' - ' . $transaction->account->name . '',
+ 'type' => strtolower(trans_choice('general.transactions', 1))
+ ]);
+ @endphp
-
+
+
@endforeach
@else
diff --git a/resources/views/modals/transactions/share.blade.php b/resources/views/modals/transactions/share.blade.php
index 43195086a..29a818866 100644
--- a/resources/views/modals/transactions/share.blade.php
+++ b/resources/views/modals/transactions/share.blade.php
@@ -10,7 +10,7 @@
value="{{ $signedUrl }}"
ref="clone"
@click="onCopyLink()"
- style="appearance: none; background-color: whitesmoke; border: none; font-size: 16px;"
+ style="appearance: none; background-color: whitesmoke; cursor:pointer; border: none; font-size: 16px;"
/>