From eda9d1b945c769ff9be7d5e252f254cfc8407526 Mon Sep 17 00:00:00 2001 From: cp6 Date: Thu, 20 Oct 2022 11:59:03 +1100 Subject: [PATCH] Implemented the details footer component Implemented the details footer component --- resources/views/dns/index.blade.php | 7 +- resources/views/domains/index.blade.php | 23 ++-- resources/views/ips/index.blade.php | 7 +- resources/views/labels/index.blade.php | 7 +- resources/views/locations/index.blade.php | 7 +- resources/views/misc/index.blade.php | 7 +- resources/views/os/index.blade.php | 7 +- resources/views/reseller/index.blade.php | 7 +- resources/views/reseller/show.blade.php | 7 +- resources/views/seedboxes/show.blade.php | 7 +- resources/views/servers/index.blade.php | 8 +- resources/views/servers/show.blade.php | 7 +- resources/views/shared/index.blade.php | 5 +- resources/views/shared/show.blade.php | 7 +- resources/views/yabs/index.blade.php | 139 +++++++++++----------- resources/views/yabs/show.blade.php | 7 +- 16 files changed, 95 insertions(+), 164 deletions(-) diff --git a/resources/views/dns/index.blade.php b/resources/views/dns/index.blade.php index b3dd3e4..ce052a5 100644 --- a/resources/views/dns/index.blade.php +++ b/resources/views/dns/index.blade.php @@ -57,12 +57,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 + dns diff --git a/resources/views/domains/index.blade.php b/resources/views/domains/index.blade.php index 6e1acf7..288c8f4 100644 --- a/resources/views/domains/index.blade.php +++ b/resources/views/domains/index.blade.php @@ -10,11 +10,11 @@ {{ __('Domains') }} -
- - - Add a domain - +
+ + + Add a domain +
@@ -32,12 +32,14 @@ @foreach($domains as $domain) + class="text-decoration-none">{{ $domain->domain }} + .{{$domain->extension}} - +
{{ $domain->domain }}.{{$domain->extension}} {{ $domain->owned_since}} {{ now()->diffInDays($domain->price->next_due_date) }} days {{ $domain->provider->name}}{{ $domain->price->price }} {{$domain->price->currency}}{{ $domain->price->price }} + {{$domain->price->currency}}
- @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 + domains diff --git a/resources/views/ips/index.blade.php b/resources/views/ips/index.blade.php index d142746..07a1826 100644 --- a/resources/views/ips/index.blade.php +++ b/resources/views/ips/index.blade.php @@ -56,12 +56,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 +