diff --git a/resources/views/components/transactions/show/create.blade.php b/resources/views/components/transactions/show/create.blade.php index 7971d4d39..5815e950a 100644 --- a/resources/views/components/transactions/show/create.blade.php +++ b/resources/views/components/transactions/show/create.blade.php @@ -25,10 +25,12 @@ x-ref="container1" x-bind:class="create == 1 ? 'h-auto ' : 'scale-y-0 h-0'" > -
- - {{ trans('general.edit') }} - -
+ @if ($transaction->isNotTransferTransaction()) +
+ + {{ trans('general.edit') }} + +
+ @endif