diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index c9ed798..9054886 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -289,7 +289,7 @@ @endif @endif - @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1) + @if(Session::get('timer_version_footer', 0) === 1)

Page took {{$information['execution_time']}} seconds, Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}), Rates By Exchange Rate API