diff --git a/app/views/clients/show.blade.php b/app/views/clients/show.blade.php index 00fa2f8e6255..eb30c8a3e84a 100755 --- a/app/views/clients/show.blade.php +++ b/app/views/clients/show.blade.php @@ -10,11 +10,6 @@ {{ Former::text('id')->value($client->public_id) }} - @if ($gatewayLink) - {{ Button::link($gatewayLink, trans('texts.view_in_stripe'), ['target' => '_blank']) }} - @endif - - @if ($client->trashed()) @if ($client->trashed()) {{ Button::primary(trans('texts.restore_client'), ['onclick' => 'onRestoreClick()']) }} @else