{{ __('customer_object.page_list', ['customer' => $customer->name]) }}
@if ($objects->count())
@foreach ($objects as $object) @endforeach
{{ __('customer_object.col_name') }} {{ __('customer_object.col_address') }} {{ __('customer_object.col_contact') }} {{ __('customer_object.col_notify') }} {{ __('customer_object.col_actions') }}
{{ $object->name }} @if ($object->street) {{ $object->street }} @endif {{ implode(' ', array_filter([$object->zip, $object->city])) }} {{ $object->contact_name }} @if ($object->auto_notify_email) {{ __('customer_object.badge_notify_yes') }} @endif {{ __('ui.button_edit') }}
@csrf @method('DELETE') {{ __('customer_object.modal_delete_submit') }}
@else {{ __('customer_object.empty_cta') }} @endif