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 +