my-idlers/resources/views/components/details-footer.blade.php

5 lines
221 B
PHP
Raw Normal View History

2023-09-22 02:59:51 +02:00
@if(Session::get('timer_version_footer', 0) === 1)
<p class="text-muted mt-4 text-end"><small>Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP
v{{ PHP_VERSION }})</small></p>
@endif