This commit is contained in:
sayliraut
2024-07-29 11:12:31 +05:30
parent 05738e57cb
commit 4bbebe58f3

View File

@@ -93,7 +93,7 @@
<tr class="w-100">
<td>{{ $customers_data->state->name }}</td>
<td>{{ $customers_data->email_address }}</td>
<td>{{ \Carbon\Carbon::parse($customers_data->created_at)->format('m-d-y') }}
<td>{{ \Carbon\Carbon::parse($customers_data->created_at)->format('m/d/y') }}
</td>
</tr>
</table>
@@ -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>