Fix domain echoarea totals, add echoarea name to address/merge

This commit is contained in:
2023-09-12 00:10:16 +10:00
parent e553bb4ce6
commit 560bc2f8cb
2 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
<td class="text-end">{{ number_format($oo->where('stats','day')->pop()?->count) }}</td>
<td class="text-end">{{ number_format($oo->where('stats','week')->pop()?->count) }}</td>
<td class="text-end">{{ number_format($oo->where('stats','month')->pop()?->count) }}</td>
<td class="text-end">{{ number_format($oo->where('stats','all')->pop()?->count) }}</td>
<td class="text-end">{{ number_format($oo->sum('count')) }}</td>
</tr>
@endforeach
</tbody>