@foreach($subscriptions as $row)
|
|
{{$row->qty_vouchers}} |
{{$row->expired_at}} |
{{$row->total}} |
{{$row->vouchers_count}} |
{{$row->remain}} |
{{ $row->status }} |
{{$row->partner->name ?? ''}} |
{{$row->package->currentDescription->title ?? ''}} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $subscriptions ) && $subscriptions->hasPages() )
| {{ $subscriptions->links() }} |
@endif