mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-30 22:09:10 +00:00 
			
		
		
		
	Updated domains index "due in" column to format massive floats
This commit is contained in:
		
							parent
							
								
									946fe9b893
								
							
						
					
					
						commit
						71ab8e36ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -28,7 +28,7 @@ | ||||||
|                                                            class="text-decoration-none">{{ $domain->domain }} |                                                            class="text-decoration-none">{{ $domain->domain }} | ||||||
|                                         .{{$domain->extension}}</a></td> |                                         .{{$domain->extension}}</a></td> | ||||||
|                                 <td class="text-nowrap">{{ $domain->owned_since}}</td> |                                 <td class="text-nowrap">{{ $domain->owned_since}}</td> | ||||||
|                                 <td class="text-nowrap">{{ now()->diffInDays($domain->price->next_due_date) }} <small>days</small> |                                 <td class="text-nowrap">{{ number_format(now()->diffInDays(Carbon\Carbon::parse($domain->price->next_due_date), false), 0) }} <small>days</small> | ||||||
|                                 </td> |                                 </td> | ||||||
|                                 <td class="text-nowrap">{{ $domain->provider->name}}</td> |                                 <td class="text-nowrap">{{ $domain->provider->name}}</td> | ||||||
|                                 <td class="text-nowrap">{{ $domain->price->price }} |                                 <td class="text-nowrap">{{ $domain->price->price }} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue