@extends('layouts.layout-2') @section('content') @if ($errors->any())
| {{__('tables.line') }} | {{__('tables.level')}} | {{__('tables.email')}} | {{__('tables.firstname')}} | {{__('tables.lastname')}} | {{__('tables.address')}} | {{__('tables.addition') }} | {{__('tables.postcode') }} | {{__('tables.city') }} | {{__('tables.country') }} | {{__('tables.phone') }} | {{__('tables.mobil') }} | {{__('tables.birthday') }} | {{__('tables.partner_since') }} | {{__('tables.account') }} | {{__('tables.account_to') }} | {{__('tables.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->partner_since }} | {!! ($child->active_account == 1 ? __('yes') : __('no')) !!} | {{ $child->payment_account_date }} | {{ $child->sponsor_name }} |