From 4de5beb2ea4e90ddbe00e886112dcb43789168e9 Mon Sep 17 00:00:00 2001 From: cp6 Date: Thu, 20 Oct 2022 15:33:50 +1100 Subject: [PATCH] Implemented the details footer component More Implementing of the details footer component --- resources/views/account/index.blade.php | 6 +----- resources/views/providers/index.blade.php | 5 +---- resources/views/servers/choose-compare.blade.php | 5 +---- resources/views/servers/index-cards.blade.php | 5 +---- resources/views/servers/public-index.blade.php | 5 +---- resources/views/settings/index.blade.php | 5 +---- resources/views/yabs/choose-compare.blade.php | 5 +---- 7 files changed, 7 insertions(+), 29 deletions(-) diff --git a/resources/views/account/index.blade.php b/resources/views/account/index.blade.php index 4a25290..587e006 100644 --- a/resources/views/account/index.blade.php +++ b/resources/views/account/index.blade.php @@ -46,10 +46,6 @@ - @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1) -

@if(isset($timer))@endif Built on - Laravel - v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

- @endif + diff --git a/resources/views/providers/index.blade.php b/resources/views/providers/index.blade.php index 6853abb..1215b66 100644 --- a/resources/views/providers/index.blade.php +++ b/resources/views/providers/index.blade.php @@ -49,10 +49,7 @@ - @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1) -

Built on Laravel - v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})

- @endif +