@extends('layouts.layout-2') @section('content') @if ($errors->any())
| {{__('Line') }} | {{__('Level')}} | {{__('E-Mail')}} | {{__('Vorname')}} | {{__('Nachname')}} | {{__('Adresse')}} | {{__('Zusatz') }} | {{__('PLZ') }} | {{__('Ort') }} | {{__('Land') }} | {{__('Tel') }} | {{__('Mobil') }} | {{__('Geburtstag') }} | {{__('Account') }} | {{__('Account bis') }} | {{__('Sponsor')}} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $child->line }} | {{ $child->level_name }} | {{ $child->email }} | {{ $child->first_name }} | {{ $child->last_name }} | {{ $child->address }} | {{ $child->address_2 }} | {{ $child->zipcode }} | {{ $child->city }} | {{ $child->country_id }} | {{ $child->phone }} | {{ $child->mobil }} | {{ $child->birthday }} | {!! ($child->active_account == 1 ? 'JA' : 'NEIN') !!} | {{ $child->payment_account_date }} | {{ $child->sponsor_name }} |