The one that should work:
Door: {{ $value['customoid_descr'] }}
But it must be inside the @foreach ($alert->faults as $key => $value)
What I usually do to know what info is available is a {{ var_dump($value) }}
The one that should work:
Door: {{ $value['customoid_descr'] }}
But it must be inside the @foreach ($alert->faults as $key => $value)
What I usually do to know what info is available is a {{ var_dump($value) }}