76c7b0395d
Made Session check conditional 1 step
5 lines
221 B
PHP
5 lines
221 B
PHP
@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
|
|
v{{ PHP_VERSION }})</small></p>
|
|
@endif
|