|
|
|
@ -30,7 +30,7 @@ |
|
|
|
@forelse($subscriptions as $key => $subscription) |
|
|
|
<tr> |
|
|
|
<td>{{ $subscriptions->firstItem() + $key }}</td> |
|
|
|
<td>{{ $subscription->nameLink() }}</td> |
|
|
|
<td>{{ $subscription->name_link }}</td> |
|
|
|
<td class="text-center">{!! $subscription->type_label !!}</td> |
|
|
|
<td>{{ $subscription->customer->name }}</td> |
|
|
|
<td class="text-right" title="{!! $subscription->dueDateDescription() !!}"> |
|
|
|
|