|
{{ isset($inventory['postal_code']) ? $inventory['postal_code'] : 'NO DISPONIBLE' }}
|
{{ isset($inventory['sta_name']) ? $inventory['sta_name'] : 'NO DISPONIBLE' }}
|
{{ isset($inventory['mun_name']) ? $inventory['mun_name'] : 'NO DISPONIBLE' }}
|
{{ isset($inventory['city']) ? $inventory['city'] : 'NO DISPONIBLE' }}
|