{{ $row->name }}
{{ $row->email }}
{{ $row->reseller->name ?? '-' }}
{{ $row->subscription->package_name ?? '-' }}
@if($row->status === 1) {{ __('Active') }} @endif @if($row->status === 2) {{ __('Expired') }} @endif @if($row->status === 3) {{ __('Terminated') }} @endif
{{ date('Y-m-d', strtotime($row->subscription->subscription_expires)) ?? '-' }}