Updated details footer blade component
Made Session check conditional 1 step
This commit is contained in:
parent
da14c2dde3
commit
76c7b0395d
|
@ -1,4 +1,4 @@
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
@if(Session::get('timer_version_footer', 1) === 0)
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP
|
<p class="text-muted mt-4 text-end"><small>Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP
|
||||||
v{{ PHP_VERSION }})</small></p>
|
v{{ PHP_VERSION }})</small></p>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user