@php $logs = $subscription->pause()->latest()->paginate(config('default_pagination')); @endphp
{{translate('messages.#')}} | {{translate('messages.from')}} | {{translate('messages.to')}} |
---|---|---|
{{$key+$logs->firstItem()}} | {{date('Y-m-d', strtotime($log->from))}} | {{date('Y-m-d', strtotime($log->to))}} |