changesIncustomer

This commit is contained in:
sayaliparab
2024-07-24 13:38:45 +05:30
parent b9ccd35742
commit f84d79d09c

View File

@@ -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>