@props([ 'resource', 'variables', 'type', 'title', 'view', 'variablesLabel', ]) @php $alphabeticalPositions = $variables->sortBy('key')->values()->pluck('id')->flip(); $sharedVariableRows = $variables ->map(fn($variable) => [ 'key' => mb_strtolower($variable->key), 'comment' => mb_strtolower($variable->comment ?? ''), 'scope' => mb_strtolower(str($type)->headline()), ]) ->values(); @endphp