Skip to content

Commit

Permalink
because of some ui cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Aug 8, 2023
1 parent 97e2349 commit 6649ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions app/View/Forms/BillingForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class BillingForm extends BaseForm

public $method = 'post';

public $isCardForm = true;

public $withJsValidation = true;

public $buttons = [
Expand Down
10 changes: 5 additions & 5 deletions resources/views/user/billing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
</div>
</div>
@endif
<div class="card shadow-sm">
<div class="card-header">
Billing Information
<div class="card border-0 shadow-sm">
<div class="card-body bg-body-tertiary bmx-border-6 shadow-sm rounded">
<h5 class="mb-4">Billing Information</h5>
{!! $form !!}
</div>
{!! $form !!}
</div>
</div>
<div class="col-md-6">
@if ($user->hasPaymentMethod())
@if ($user->hasDefaultPaymentMethod())
@if (! $user->hasActiveSubscription())
<div class="card mb-4 border-0">
<div class="card-body bg-body-tertiary border-start bmx-border-green bmx-border-6 shadow-sm rounded">
Expand Down

0 comments on commit 6649ff0

Please sign in to comment.