Updates to 03-2025
This commit is contained in:
parent
bfa3bb1df4
commit
9ae662f63e
243 changed files with 12580 additions and 12018 deletions
|
|
@ -47,6 +47,7 @@
|
|||
<th>{{__('tables.phone') }}</th>
|
||||
<th>{{__('tables.mobil') }}</th>
|
||||
<th>{{__('tables.birthday') }}</th>
|
||||
<th>{{__('tables.partner_since') }}</th>
|
||||
<th>{{__('tables.account') }}</th>
|
||||
<th>{{__('tables.account_to') }}</th>
|
||||
<th>{{__('tables.sponsor')}}</th>
|
||||
|
|
@ -69,6 +70,7 @@
|
|||
<td>{{ $child->phone }}</td>
|
||||
<td>{{ $child->mobil }}</td>
|
||||
<td>{{ $child->birthday }}</td>
|
||||
<td>{{ $child->partner_since }}</td>
|
||||
<td>{!! ($child->active_account == 1 ? __('yes') : __('no')) !!}</td>
|
||||
<td>{{ $child->payment_account_date }}</td>
|
||||
<td>{{ $child->sponsor_name }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue