@props(['record', 'moduleKey' => null]) @if(shouldShowLocationColumn($moduleKey)) @if((int) data_get($record, 'location_id', 0) === 0) Global @else {{ data_get($record, 'location.name', data_get($record, 'location_name', '—')) }} @endif @endif