@extends('layouts.layout-2') @section('content') @if ($errors->any())
| ID | Firma | Anrede | Vorname | Nachname | Mitglied | Bis | |
|---|---|---|---|---|---|---|---|
| {{$user->id}} | {{$user->email}} | {{$user->account->company}} | {{$user->account->salutation == 'mr' ? 'Herr' : 'Frau' }} | {{$user->account->first_name}} | {{$user->account->last_name}} | {{ $user->payment_account ? ($user->isActiveAccount() ? 'JA' : 'Abgelaufen') : "Nein"}} | {{ $user->payment_account ? $user->getPaymentAccountDateFormat(false) : "-"}} |