| {{ $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
|
@endforeach