@php
$client = $item->client ?? [];
$address = $item->address ?? [];
@endphp
@error('process_number')
{!! $message !!}
@enderror
@if(!isset($client['id']))
{!! __('Ügyfél') !!}:
@endif
@include('forms.components.form_address', [
'type' => 'investment',
'required' => '',
'component_id' => 0,
'data' => $address,
])
@if(!isset($client['id']))
{{-- @push('scripts') --}}
{{-- @endpush --}}
@endif