-
@includeIf('layouts.components.icon', [ 'name' => 'identity-card' ])
Patient: {{ $order->patient_name }}
@if($order->id != $order->customer_order_id)
- abweichende Kunden Auftragsnummer: {{ $order->customer_order_id }} @endif
-
Kunde
{{ $customer->KuNr .' | ' .$customer->company }}aufrufen
@php
$contact = $customer->contacts()->where('contact_type', 'main')->first();
@endphp
@if (!empty($contact))
-
@if ( !empty($contact->phonenumber) ) kunden anrufen @endif @if ( !empty($contact->mobile) ) kunden anrufen @endif @if ( !empty($contact->email) ) kunden schreiben @endif
@endif
-
Akt. Zyklus {{ $order->last_cycle()->cycle }}
@includeIf('layouts.components.prozess', [ 'status' => $order->last_cycle()->progress ?? $order->last_cycle()->progress(), 'color' => 'success', 'css' => 'p-0 rounded-1', 'height' => 15, ])