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
|
||||||
@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,
|
<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 }}),
|
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>
|
Rates By <a href="https://www.exchangerate-api.com">Exchange Rate API</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user