mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Update home blade
Made Session conditional for showing details in footer to be 1 step
This commit is contained in:
parent
c296bd6be4
commit
4179f70a4f
@ -289,7 +289,7 @@
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
@if(Session::get('timer_version_footer', 0) === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Page took {{$information['execution_time']}} seconds,
|
||||
Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}),
|
||||
Rates By <a href="https://www.exchangerate-api.com">Exchange Rate API</a>
|
||||
|
Loading…
Reference in New Issue
Block a user