mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Added details footer blade component
Added details footer blade component
This commit is contained in:
parent
7b602d3616
commit
c7a9e5ad80
1 changed files with 4 additions and 0 deletions
4
resources/views/components/details-footer.blade.php
Normal file
4
resources/views/components/details-footer.blade.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 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
|
Loading…
Add table
Reference in a new issue