diff --git a/Resources/views/customers/partials/customers_table.blade.php b/Resources/views/customers/partials/customers_table.blade.php index e70eb3c..378f33e 100644 --- a/Resources/views/customers/partials/customers_table.blade.php +++ b/Resources/views/customers/partials/customers_table.blade.php @@ -5,7 +5,7 @@ @foreach ($customers as $customer) - @if ($customer->mailbox == null) + @if ($customer->mailbox_id == null)

{{ __('Warning: no mailbox') }}

@endif

{{ $customer->first_name }} {{ $customer->last_name }}