@extends('layouts.layout-2') @section('content') @if ($errors->any())
| ID | User-ID | {{__('Name')}} | {{__('seit')}} | Datum | Erreichbar | {{__('Status')}} |
|---|---|---|---|---|---|---|
| {{ $value->id }} | {{ $value->user_id }} | {{ $value->name }}.mivita.care | {{ $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) !!} |