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

Content Tools: Links

{!! Form::open(['url' => url()->current(), 'class' => '']) !!}
{{ Form::textarea('text', $text, array('class'=>'form-control', 'rows'=>20)) }}
{!! Form::close() !!}
@if(count($values)>0)
@foreach($values as $value) @endforeach
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) !!}
@endif
@endsection