We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b1eee commit a3f8f7dCopy full SHA for a3f8f7d
resources/views/livewire/exceptions.blade.php
@@ -1,7 +1,7 @@
1
<x-pulse::card :cols="$cols" :rows="$rows" :class="$class">
2
<x-pulse::card-header
3
name="Exceptions"
4
- title="Time: {{ number_format($time) }}ms; Run at: {{ $runAt }};"
+ x-bind:title="`Time: {{ number_format($time) }}ms; Run at: ${formatDate('{{ $runAt }}')};`"
5
details="past {{ $this->periodForHumans() }}"
6
>
7
<x-slot:icon>
0 commit comments