user()?->isSuperUser()) { abort(403); } } public function check_locations() { $this->mismatched = Helper::test_locations_fmcs(false); $this->is_tested = true; } public function mount() { $this->setting = Setting::getSettings(); } public function render() { return view('livewire.location-scope-check'); } }