changesIncustomer
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
<table>
|
||||
@foreach ($customers_data->isSubscribed as $subscribe)
|
||||
<tr class="title">
|
||||
<td>Amount :</td>
|
||||
<td>Amount :</td>
|
||||
<td>Stripe Customer Id :</td>
|
||||
<td>Subscription Id :</td>
|
||||
<td>Subscription Status :</td>
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
</tr>
|
||||
<tr class="w-100">
|
||||
<td>{{ $subscribe->amount }}
|
||||
<td>{{'$' . $subscribe->amount }}
|
||||
</td>
|
||||
<td>{{ $subscribe->stripe_customer_id }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user