File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed
Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 11<div wire:poll.60s >
22 @filled ($this -> latestResult )
33 <div class =" grid grid-cols-1 md:grid-cols-4 gap-6 latest-result-stats" >
4- <div class =" flex items-center justify-between col-span-full" >
5- <h2 class =" flex items-center gap-x-2 text-base md:text-lg font-semibold text-zinc-900 dark:text-zinc-100" >
6- <x-tabler-rocket class =" size-5" />
7- Latest result
8- </h2 >
9-
10- <x-filament::button
11- href =" {{ url (' admin/results' ) } }"
12- tag =" a"
13- size =" sm"
14- >
15- {{ __ (' general.view' ) } }
16- </x-filament::button >
4+ <div class =" col-span-full" >
5+ <div class =" flex items-center justify-between" >
6+ <div >
7+ <h2 class =" flex items-center gap-x-2 text-base md:text-lg font-semibold text-zinc-900 dark:text-zinc-100" >
8+ <x-tabler-rocket class =" size-5" />
9+ Latest result
10+ </h2 >
11+
12+ <p class =" mt-1 text-sm font-medium text-zinc-600 dark:text-zinc-400" >{{ $this -> latestResult -> created_at -> format (config (' app.datetime_format' )) } } </p >
13+ </div >
14+
15+ <x-filament::button
16+ href =" {{ url (' admin/results' ) } }"
17+ tag =" a"
18+ size =" sm"
19+ >
20+ {{ __ (' general.view' ) } }
21+ </x-filament::button >
22+ </div >
1723 </div >
1824
1925 <x-filament::section class =" col-span-1" icon =" tabler-download" icon-size =" md" >
You can’t perform that action at this time.
0 commit comments