@props(['workingLocationUi' => []]) @if(((($workingLocationUi['pending'] ?? false) && request()->routeIs('admin.dashboard')) || ($workingLocationUi['requires_specific_location'] ?? false)))
{{ ($workingLocationUi['requires_specific_location'] ?? false) ? 'This page requires a specific working location before you can continue.' : 'Choose the location you want to work from.' }}
{{ ($workingLocationUi['requires_specific_location'] ?? false) ? 'After selection, the page will reload using the existing Working Location context.' : 'Your selection will be used for all CRM activities until you switch locations.' }}