{{ __('Dane nieaktywnego klienta') }}

← Powrót Edytuj
@csrf
@csrf
@csrf

Dane klienta:

ID: {{ $clients[0]->tax_cl_id ?? '–' }}
Rok: {{ $year ?? '–' }}
Imię: {{ $clients[0]->tax_cl_name ?? '–' }}
Nazwisko: {{ $clients[0]->tax_cl_surname ?? '–' }}
Steuer-ID: {{ $attributes[1] ?? '–' }}
Data urodzenia: {{ isset($attributes[2]) ? \Illuminate\Support\Carbon::parse($attributes[2])->format('d.m.Y') : '–' }}
E-mail: {{ $attributes[3] ?? '–' }}
Numer Telefonu: {{ $attributes[4] ?? '–' }}

Prywatna notatka:

@csrf @method('PUT')
@if ($notifications->count())

Powiadomienia

    @foreach ($notifications as $notification)
  • {{ $notification->notification_content }} {{ \Carbon\Carbon::parse($note->created_at)->format('Y-m-d') }}
  • @endforeach
@endif