 }})
|
Client
{{ $operation->customer?->name }}
@if ($operation->customer?->adress_1)
{{ $operation->customer->adress_1 }} @if ($operation->customer->adress_2) {{ $operation->customer->adress_2 }} @endif {{ $operation->customer->zipcode }} {{ $operation->customer->city }} @endif @if ($operation->customer?->phone) {{ $operation->customer->phone }}@endif |
Contact
@foreach ($operation->customercontacts as $cc)
{{ $cc->firstname }} {{ $cc->lastname }} @if ($cc->email){{ $cc->email }} @endif @if ($cc->phone){{ $cc->phone }}@endif @endforeach |
|
|
| Date | Utilisateur | Commentaire |
|---|---|---|
| {{ $t->created_at }} | {{ $t->user?->firstname }} | {{ $t->comment }} |