Merge pull request #370 from WDI-Ideas/sayaliP

Sayali p
This commit is contained in:
CodewithSayali
2024-07-24 13:40:36 +05:30
committed by GitHub

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>