applyCurrentRules(); Notification::make() ->title(__('Geo rules applied')) ->success() ->send(); } catch (Exception $e) { Notification::make() ->title(__('Geo rules apply failed')) ->body($e->getMessage()) ->danger() ->send(); } } }