@extends('layouts.layout-2') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Subdomains prüfen SSL/Aktiv

@if(count($SubDomains)>0) {!! Form::open(['url' => route('sysadmin_tool_store', ['domainssl']), 'class' => '']) !!}
@foreach($SubDomains as $SubDomain=>$ssl) @endforeach
SubDomain SSL #
{{ $SubDomain }} {{ $ssl }}
{!! Form::close() !!} @endif @if(count($values)>0) {!! Form::open(['url' => route('sysadmin_tool_store', ['domainssl']), 'class' => '']) !!}
@foreach($values as $value) @endforeach
ID User-ID Domain Sub SSL seit Datum Erreichbar Status User Account User Shop User seit #
{{ $value->id }} {{ $value->user_id }} {{ $value->slug }}.mivita.care {!! get_active_badge($value->hasSubdomain) !!} {!! get_active_badge($value->hasSSL) !!} {{ $value->getActiveDateFormatSmall() }} @if($value->user && $value->user->payment_shop) @if($value->user->isActiveShop()) {{ $value->user->getPaymentShopDateFormat() }} @else {{ $value->user->getPaymentShopDateFormat() }} @endif @else @endif -- {{-- @if($value->getSubdomainAvailable()) {{ __('available') }} @if($value->getSubdomainSslSin()) HTTPS @else HTTP @endif @else {{ __('not available') }} HTTP @endif --}} {!! get_active_badge($value->active) !!} @if($value->user) @if($value->user->payment_account) @if($value->user->isActiveAccount()) {{ $value->user->getPaymentAccountDateFormat() }} @else {{ $value->user->getPaymentAccountDateFormat() }} @endif @else @endif @else - @endif @if($value->user) @if($value->user->payment_shop) @if($value->user->isActiveShop()) {{ $value->user->getPaymentShopDateFormat() }} @else {{ $value->user->getPaymentShopDateFormat() }} @endif @else @endif @else - @endif @if($value->user) @if($value->user->shop) @if($value->user->shop->active) {{ $value->user->shop->getActiveDateFormatSmall() }} @else {{ $value->user->shop->getActiveDateFormatSmall() }} @endif @else @endif @else - @endif @if(!$value->user || !$value->user->payment_shop || !$value->user->isActiveShop()) @endif
{!! Form::close() !!} @endif
@endsection