mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Merge pull request #67 from imlonghao/patch-1
fix: server page due in 0 days
This commit is contained in:
		
						commit
						e02f4f6b11
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -79,7 +79,7 @@
 | 
				
			||||||
                                        <td class="text-nowrap">{{ $server->provider->name }}</td>
 | 
					                                        <td class="text-nowrap">{{ $server->provider->name }}</td>
 | 
				
			||||||
                                        <td class="text-nowrap">{{ $server->price->price }} {{$server->price->currency}} {{\App\Process::paymentTermIntToString($server->price->term)}}</td>
 | 
					                                        <td class="text-nowrap">{{ $server->price->price }} {{$server->price->currency}} {{\App\Process::paymentTermIntToString($server->price->term)}}</td>
 | 
				
			||||||
                                        <td class="text-nowrap">
 | 
					                                        <td class="text-nowrap">
 | 
				
			||||||
                                            {{now()->diffInDays(Carbon\Carbon::parse($server->next_due_date), false)}}
 | 
					                                            {{now()->diffInDays(Carbon\Carbon::parse($server->price->next_due_date), false)}}
 | 
				
			||||||
                                            <small>days</small></td>
 | 
					                                            <small>days</small></td>
 | 
				
			||||||
                                        <td class="text-nowrap"> {{ $server->owned_since }}</td>
 | 
					                                        <td class="text-nowrap"> {{ $server->owned_since }}</td>
 | 
				
			||||||
                                        <td class="text-nowrap">
 | 
					                                        <td class="text-nowrap">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue